You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/09/01 15:28:51 UTC

[GitHub] [camel-kafka-connector] oscerd opened a new issue #407: Introduce Error Handling

oscerd opened a new issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407


   We can reuse the error handling coming from Camel, like we are doing for aggregation.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd closed issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd commented on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756633084






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd edited a comment on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
oscerd edited a comment on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756633084


   You can do that already. It's already available as kafka connect option. This issue was focused on camel error handling


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd commented on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756633084


   You can do that already. It's already available as kafka connect option. This issue was focused on camehandling


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd edited a comment on issue #407: Introduce Error Handling

Posted by GitBox <gi...@apache.org>.
oscerd edited a comment on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-684939909


   We could for example, set redeliveries, for example
   Or define a custom Error Handler (for custom I mean tuning the error handler options) or do nothing and just fail.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] orpiske commented on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
orpiske commented on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756630424


   > We could for example, set redeliveries, for example
   > Or define a custom Error Handler (for custom I mean tuning the error handler options) or do nothing and just fail.
   
   I was thinking about error handling today and I was wondering: what if we allowed configuring the default error handler so that it can send the errors to Kafka's dead letter queue?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] orpiske edited a comment on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
orpiske edited a comment on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756680477






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd commented on issue #407: Introduce Error Handling

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-684939909


   We could for example, set redeliveries, for example
   Or define a custom Error Handler or do nothing.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd commented on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756638623


   If you intend to send to dlq through camel at camel context level, it"s not available yet, but I don't think it makes sense.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] orpiske edited a comment on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
orpiske edited a comment on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756680477


   > You can do that already. It's already available as kafka connect option. This issue was focused on camel error handling
   
   > If you intend to send to dlq through camel at camel context level, it"s not available yet, but I don't think it makes sense.
   
   So, I think I understand why I was confused*. There is a bug in the way we are handling the DLQ within the Kafka Connect API. I will provide a [reproducer](https://github.com/apache/camel-kafka-connector/issues/835) + [fix](https://github.com/apache/camel-kafka-connector/pull/836). 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] orpiske commented on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
orpiske commented on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756630424






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] orpiske edited a comment on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
orpiske edited a comment on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756680477


   > You can do that already. It's already available as kafka connect option. This issue was focused on camel error handling
   
   > If you intend to send to dlq through camel at camel context level, it"s not available yet, but I don't think it makes sense.
   
   So, I think I understand why I was confused*. There is a bug in the way we are handling the DLQ within the Kafka Connect API. I will provide a [reproducer](Issue: https://github.com/apache/camel-kafka-connector/issues/835) + [fix](https://github.com/apache/camel-kafka-connector/pull/836). 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd edited a comment on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
oscerd edited a comment on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756633084


   You can do that already. It's already available as kafka connect option. This issue was focused on camel error handling


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] orpiske commented on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
orpiske commented on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756680477


   > You can do that already. It's already available as kafka connect option. This issue was focused on camel error handling
   
   > If you intend to send to dlq through camel at camel context level, it"s not available yet, but I don't think it makes sense.
   
   So, I think I understand why I was confused*. There is a bug in the way we are handling the DLQ within the Kafka Connect API. I will provide a reproducer + soon. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] orpiske edited a comment on issue #407: Introduce Error Handling Options possibilities

Posted by GitBox <gi...@apache.org>.
orpiske edited a comment on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756680477


   > You can do that already. It's already available as kafka connect option. This issue was focused on camel error handling
   
   > If you intend to send to dlq through camel at camel context level, it"s not available yet, but I don't think it makes sense.
   
   So, I think I understand why I was confused*. There is a bug in the way we are handling the DLQ within the Kafka Connect API. I will provide a reproducer + fix. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd edited a comment on issue #407: Introduce Error Handling

Posted by GitBox <gi...@apache.org>.
oscerd edited a comment on issue #407:
URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-684939909


   We could for example, set redeliveries, for example
   Or define a custom Error Handler or do nothing and just fail.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org