Azure / azure-event-hubs-node

Node client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
MIT License
50 stars 46 forks source link

Partitions not associated correctly #73

Closed yanisIk closed 6 years ago

yanisIk commented 6 years ago

I know this is an already known issue by the developer(s) .

This issue is opened to track the progress because this feature is crucial and some people like me need it to make their parallelized queries work correctly (PARTITION BY when grouping is not possible right now because of this issue)

Thanks.

amarzavery commented 6 years ago

related issue https://github.com/Azure/azure-event-hubs-node/issues/72

amarzavery commented 6 years ago

@yanisIk - This issue has been fixed by #74. Please install version 0.2.2 of azure-event-hubs and you should be good to go!