Azure / azure-event-hubs-java

☁️ Java client library for Azure Event Hubs
https://azure.microsoft.com/services/event-hubs
MIT License
51 stars 60 forks source link

Is publisher policy together with partition key/partition number specification now possible? #487

Open steinrr opened 2 years ago

steinrr commented 2 years ago

Refering to this issue:

https://github.com/Azure/azure-event-hubs-java/issues/233

Was this ever solved in the library? Can we now use publisher policies and also specify partition key/partition number?

If yes - are there any example code?