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 am running the Python sample under quickstart and observing Incoming Messages and Outgoing Messages in Azure Monitor. When I send a single message, the Incoming Messages metric is 1 but Outgoing Messages shows 2. When I send more than one message, the metrics are equal. I am trying to understand why they are out of sync for a single message.
I don't see this behavior when not using the Kafka protocol for Event Hubs.
How to reproduce
Create an Event Hub with a single partition under the Standard pricing tier
Run the sample under quickstart/python and produce and consume a single message.
Observe the metrics in Azure Monitor
Has it worked previously?
I noticed this behavior a few months ago and validated it again today. I'm unsure if this has always been the case.
Checklist
IMPORTANT: We will close issues where the checklist has not been completed or where adequate information has not been provided.
Please provide the relevant information for the following items:
[ x] SDK (include version info): confluent-kafka 1.9.2
[ x] Sample you're having trouble with: Python quickstart
[ x] Kafka client configuration: I did not modify the sample configuration other than adding the connection string, namespace and ssl.ca.location
[ x] Namespace and EventHub/topic name: jtpeventhub/topic1
[x ] Operating system: 18.04.1-Ubuntu
Pricing tier: Standard
The text was updated successfully, but these errors were encountered:
Description
I am running the Python sample under
quickstart
and observingIncoming Messages
andOutgoing Messages
in Azure Monitor. When I send a single message, theIncoming Messages
metric is1
butOutgoing Messages
shows2
. When I send more than one message, the metrics are equal. I am trying to understand why they are out of sync for a single message.I don't see this behavior when not using the Kafka protocol for Event Hubs.
How to reproduce
Standard
pricing tierquickstart/python
and produce and consume a single message.Has it worked previously?
I noticed this behavior a few months ago and validated it again today. I'm unsure if this has always been the case.
Checklist
IMPORTANT: We will close issues where the checklist has not been completed or where adequate information has not been provided.
Please provide the relevant information for the following items:
confluent-kafka 1.9.2
Python quickstart
I did not modify the sample configuration other than adding the connection string, namespace and ssl.ca.location
jtpeventhub/topic1
18.04.1-Ubuntu
Standard
The text was updated successfully, but these errors were encountered: