Get partition key at event data on consumer when using EventHubBufferedProducerAsyncClient producer #42700
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Event Hubs
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Hi
I'm using EventHubBufferedProducerAsyncClient and do enqueueEvent(eventData, new SendOptions().setPartitionKey(partitionKey)).block(); but on the consumer side when i get this event by the consumer (EventHubConsumerClient) and try to get it's partition key by eventData.getPartitionKey() it return null any idea what should i do in order to get the origin partition key ?
The text was updated successfully, but these errors were encountered: