Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexOutOfBoundsException while combining async producer and SimpleConsumer #10

Open
pprun opened this issue May 27, 2014 · 0 comments
Open

Comments

@pprun
Copy link

pprun commented May 27, 2014

Steps:

  1. 10K send by a producer with props.put("producer.type", "async");
  2. try to consume by index simpleConsumer1.consume("test-topic", index, 1024); in bounded while loop
  3. 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant