josueLy
Results
1
issues of
josueLy
I try to set the timeout of NSQConsumer but this throw a Cast Exception ``` NSQConfig config= new NSQConfig(); config.setMsgTimeout(Util.NSQ_MSG_TIMEOUT); NSQConsumer consumer = new NSQConsumer(lookup, topic, NsqChannelConst.REPORTS_CHANNEL, (message) -> {...