You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using KafkaOutput Trigger with Azure In-Process function. Surprisingly, it's not throwing any exception if I provide invalid brokername also. Just wondering, how would I get acknowledgement form or at least throw an exception if something wrong during writing to kafka. I tried with both the ways AsyncCollection<kafkaEventData<,>> and output parameter of kafkaEventData but none of them is throwing any exception. Just fyi, I'm using timerTrigger to run the azure function.
The text was updated successfully, but these errors were encountered:
@alpeshdhanesha1984 Are no exceptions getting logged for the function executions or Are you looking for a way to fail the function execution and mechanism for subsequent retries?
Hello,
I'm looking for delivery report which we are getting in confluent.kafka library. If kafkatriggets fails to write into topic how will I get acknowledgement whether it's successful or not.
One more point , is the kakfa trigger support for specific offset reading. For eg. If I want to read specific offset in Kafkatrigger how can I achieve it.
Is there any sample wherein I can refer these points ?
Best regards,
Alpesh
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
Hello,
I'm using KafkaOutput Trigger with Azure In-Process function. Surprisingly, it's not throwing any exception if I provide invalid brokername also. Just wondering, how would I get acknowledgement form or at least throw an exception if something wrong during writing to kafka. I tried with both the ways AsyncCollection<kafkaEventData<,>> and output parameter of kafkaEventData but none of them is throwing any exception. Just fyi, I'm using timerTrigger to run the azure function.
The text was updated successfully, but these errors were encountered: