You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What it says on the title.
If I request a seqnum that's higher than the HWM, it results in a NPE
Exception in thread "main" java.lang.NullPointerException
at gr.phaistosnetworks.tank.TankRequest.getSequenceNum(TankRequest.java:186)
at gr.phaistosnetworks.tank.TankClient.processConsumeResponse(TankClient.java:282)
at gr.phaistosnetworks.tank.TankClient.poll(TankClient.java:158)
at gr.phaistosnetworks.tank.TankClient.consume(TankClient.java:213)
at Tool.main(Tool.java:229)
Pls fix
The text was updated successfully, but these errors were encountered:
What it says on the title.
If I request a seqnum that's higher than the HWM, it results in a NPE
Pls fix
The text was updated successfully, but these errors were encountered: