stepanurban

Results 2 issues of stepanurban

Hi all, I use simple example for LTC/BTC on Ploniex exchange.getStreamingMarketDataService().getTrades(pair).subscribe(trade -> { System.out.println(trade); }, throwable -> LOG.error("ERROR in getting trades: ", throwable)); and I receive trade Type always ASK...

bug
need info

All float values from Kafka printed by logstash are wrong. To Kafka I'm sending following record ProducerRecord(topic=weather, partition=0, headers=RecordHeaders(headers = [], isReadOnly = true), key=BN, value={"Temperature": 20.49, "Humidity": 56.0, "Pressure":...