Closed Andemki closed 12 months ago
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
I have same problem when use EventHub via Kafka
@berndverst Hello Bernd. Could you please take a look on this issue? We started to discuss it on the issue item #2874 and you suggested to create a separate issue for it. @ItalyPaleAle @DeepanshuA FYI
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.
@berndverst Hello Bernd. Could you please take a look on this issue? We started to discuss it on the issue item https://github.com/dapr/components-contrib/issues/2874 and you suggested to create a separate issue for it. @ItalyPaleAle @DeepanshuA FYI
Expected Behavior
Dapr and Azure Event Hub integration using Kafka binding work without errors
Actual Behavior
I've created a new issue item based on the discussion in already resolved item: https://github.com/dapr/components-contrib/issues/2874
I've been using bindings.kafka component for recieving messages from Azure Event Hub in my application. Everything work properly in Dapr versions 1.8.7. But when I updated dapr components to any version which is greater than 1.8.7 (1.9.0 and higher), my ASP.Net Core (.Net 6) application stopped receiving new messages from EventHub. I've noticed the following error message in the sidecar container (daprd):
And I also noticed the following error message in my ASP.Net Core application's logs:
And what I also found is that requests from different dapr versions have different headers: v.1.11.3 (doesn't work for me):
v.1.8.7 (it works properly without errors):
The latest working version is 1.8.7. Starting from Dapr v.1.9.0 the Kafka binding component doesn't work for us.
Yaml output of my bindings.kafka component:
Steps to Reproduce the Problem