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
10K send by a producer with props.put("producer.type", "async");
try to consume by index simpleConsumer1.consume("test-topic", index, 1024); in bounded while loop
after the the first iteration, it failed with:
Exception in thread "main" java.lang.IndexOutOfBoundsException
at com.leansoft.luxun.common.exception.ErrorMapper.toException(ErrorMapper.java:34)
at com.leansoft.luxun.consumer.SimpleConsumer.consume(SimpleConsumer.java:86)
The text was updated successfully, but these errors were encountered:
Steps:
Exception in thread "main" java.lang.IndexOutOfBoundsException
at com.leansoft.luxun.common.exception.ErrorMapper.toException(ErrorMapper.java:34)
at com.leansoft.luxun.consumer.SimpleConsumer.consume(SimpleConsumer.java:86)
The text was updated successfully, but these errors were encountered: