Re: Consumer hang-up in case of unclean leader election

2020-05-18 Thread Dmitry Sorokin
Hi! Done: https://issues.apache.org/jira/browse/KAFKA-10013 пт, 15 мая 2020 г. в 18:36, Sophie Blee-Goldman : > Hey Dmitry, > > Can you open a ticket at https://issues.apache.org/jira/issues/ and > include > all this information so we can track and look into it? > > Thanks! > Sophie > > On Fri, M

[jira] [Created] (KAFKA-10013) Consumer hang-up in case of unclean leader election

2020-05-18 Thread Dmitry (Jira)
Dmitry created KAFKA-10013: -- Summary: Consumer hang-up in case of unclean leader election Key: KAFKA-10013 URL: https://issues.apache.org/jira/browse/KAFKA-10013 Project: Kafka Issue Type: Bug

Re: Consumer hang-up in case of unclean leader election

2020-05-15 Thread Sophie Blee-Goldman
Hey Dmitry, Can you open a ticket at https://issues.apache.org/jira/issues/ and include all this information so we can track and look into it? Thanks! Sophie On Fri, May 15, 2020 at 2:26 AM Dmitry Sorokin wrote: > According to documentation, in case if `auto.offset.reset` is set > to none or n

Consumer hang-up in case of unclean leader election

2020-05-15 Thread Dmitry Sorokin
According to documentation, in case if `auto.offset.reset` is set to none or not set, the exception is thrown to a client code, allowing to handle it in a way that client want. In case if one will take a closer look on this mechanism, it will turn out that it is not working. Starting from kafka 2.