IBMStreams / streamsx.messagehub

Repository to provide easy integration with IBM MessageHub Bluemix Service
https://ibmstreams.github.io/streamsx.messagehub/
Apache License 2.0
1 stars 6 forks source link

no support for static consumer group membership #109

Closed ghost closed 4 years ago

ghost commented 4 years ago

According to https://cloud.ibm.com/docs/EventStreams?topic=EventStreams-plan_choose, most plans are on Kafka 2.3, which supports static group members. The streamsx.kafka toolkit supports this feature, in streamsx.messagehub, it is still disabled.

https://github.com/IBMStreams/streamsx.messagehub/blob/0934f3f9c14651204d17ff5dd2f65aff14bc3497/com.ibm.streamsx.messagehub/impl/java/src/com/ibm/streamsx/messagehub/operators/MessageHubConsumerOperator.java#L127-L134

ghost commented 4 years ago

resolved in release v3.1.0