Azure / azure-event-hubs-go

Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
MIT License
88 stars 69 forks source link

get checkpoint from specified consumer group #211

Closed catalinaperalta closed 3 years ago

catalinaperalta commented 3 years ago

Fixes #210

catalinaperalta commented 3 years ago

This PR may be unnecessary, if we add the changes in the PR about customizing the initial checkpoint. I have to look into how that would affect this case.

catalinaperalta commented 3 years ago

So while the other PR and this one are related. This issue is also about the receiver options being applied correctly to set up the receiver, so I think we should still make this change.