Atallah-Hammad

Results 3 issues of Atallah-Hammad

Description =========== I'm using [azure-event-hubs-for-kafka], and sometimes getting this error when consume=> Confluent.Kafka.ConsumeException: Unknown broker error at Confluent.Kafka.Consumer`2.Consume(Int32 millisecondsTimeout) How to reproduce ================ Using .NET 5 class library with Confluent.Kafka...

Hi How can I continuously extend the lock duration from the worker?

Hi Is there an implementation for camunda:taskListener ? something like this : public class MyTaskCreateListener implements TaskListener { public void notify(DelegateTask delegateTask) { // Custom logic goes here } }...