[jira] [Commented] (KAFKA-4740) Using new consumer API with a Deserializer that throws SerializationException can lead to infinite loop

2021-10-22 Thread Ivan Vaskevych (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17432835#comment-17432835 ] Ivan Vaskevych commented on KAFKA-4740: --- I'd like to bump this issue. The scenario that led to the

[jira] [Commented] (KAFKA-4740) Using new consumer API with a Deserializer that throws SerializationException can lead to infinite loop

2020-06-24 Thread Patrick Taylor (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17144384#comment-17144384 ] Patrick Taylor commented on KAFKA-4740: --- I agree with [Andrea's comment on

[jira] [Commented] (KAFKA-4740) Using new consumer API with a Deserializer that throws SerializationException can lead to infinite loop

2019-09-28 Thread Sergiu Pantiru (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16939952#comment-16939952 ] Sergiu Pantiru commented on KAFKA-4740: --- Hello, I was using the Avro deserializer and when an

[jira] [Commented] (KAFKA-4740) Using new consumer API with a Deserializer that throws SerializationException can lead to infinite loop

2019-08-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16901069#comment-16901069 ] ASF GitHub Bot commented on KAFKA-4740: --- yamanyar commented on pull request #7165: KAFKA-4740

[jira] [Commented] (KAFKA-4740) Using new consumer API with a Deserializer that throws SerializationException can lead to infinite loop

2018-12-12 Thread Andrea (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16719006#comment-16719006 ] Andrea commented on KAFKA-4740: --- Adding more information to the SerializationException is more thanĀ 

[jira] [Commented] (KAFKA-4740) Using new consumer API with a Deserializer that throws SerializationException can lead to infinite loop

2018-08-20 Thread Julien Debon (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16585748#comment-16585748 ] Julien Debon commented on KAFKA-4740: - [~rocketraman] From the look of it, it is not possible today

[jira] [Commented] (KAFKA-4740) Using new consumer API with a Deserializer that throws SerializationException can lead to infinite loop

2018-07-09 Thread Raman Gupta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16537274#comment-16537274 ] Raman Gupta commented on KAFKA-4740: I'm still a little confused about how this should work though:

[jira] [Commented] (KAFKA-4740) Using new consumer API with a Deserializer that throws SerializationException can lead to infinite loop

2018-07-09 Thread Raman Gupta (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16537264#comment-16537264 ] Raman Gupta commented on KAFKA-4740: Reading through the other linked issues and github pull

[jira] [Commented] (KAFKA-4740) Using new consumer API with a Deserializer that throws SerializationException can lead to infinite loop

2018-05-15 Thread Marcus Portmann (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476341#comment-16476341 ] Marcus Portmann commented on KAFKA-4740: Is the intention still to return the partition and offset

[jira] [Commented] (KAFKA-4740) Using new consumer API with a Deserializer that throws SerializationException can lead to infinite loop

2017-10-03 Thread Chang Liu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16189567#comment-16189567 ] Chang Liu commented on KAFKA-4740: -- I am wondering what is the current solution? Is following the way

[jira] [Commented] (KAFKA-4740) Using new consumer API with a Deserializer that throws SerializationException can lead to infinite loop

2017-09-08 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16158294#comment-16158294 ] Ismael Juma commented on KAFKA-4740: [~junrao] suggested delaying deserialization in KAFKA-5858.