dehora / nakadi-java

🌀 Client library for the Nakadi Event Broker (examples: http://bit.ly/njc-examples, site: https://dehora.github.io/nakadi-java/)
MIT License
30 stars 19 forks source link

Fixes incorrect implementation of onStart in buffered observers. #391

Closed dehora closed 1 year ago

dehora commented 1 year ago

Replaces call to the supplied StreamObserver's onStart with onBegin.

From: @fghibellini