hazelcast-go-client icon indicating copy to clipboard operation
hazelcast-go-client copied to clipboard

Add Ringbuffer and Reliable Topic Support

Open yuce opened this issue 4 years ago • 6 comments
trafficstars

yuce avatar Oct 18 '21 10:10 yuce

I wonder, why RingBuffer support was removed, it seems to me, it was there already #187 ? Could someone please add some comments on why it was removed, where could I start investigating, and what needs to be done?

nitram509 avatar May 30 '22 20:05 nitram509

relates to #751

nitram509 avatar May 30 '22 20:05 nitram509

Hi @nitram509 The PR you linked is for Go Client v0.6, which works only with Hazelcast 3.x. Current v1 series work with Hazelcast 4,x and 5.x but there's no RingBuffer support yet. We don't currently have a release date for this feature.

yuce avatar May 30 '22 23:05 yuce

@yuce thank you for your quick response. And may I ask, how much effort you would estimate is required for an average Go developer, to implement (or migrate) v0.6.0 RingBuffer support to the latest v1.x of HazelClient?

nitram509 avatar May 31 '22 05:05 nitram509

Thanks for considering to contribute to the project! It wouldn't take too long, and we will help you along the way. Do you mind joining our Community Slack channel at https://hazelcastcommunity.slack.com/channels/go-client ? I am yuce there.

yuce avatar May 31 '22 13:05 yuce

You can get an invitation for our Community Slack here: https://slack.hazelcast.com/

yuce avatar May 31 '22 13:05 yuce

Ringbuffer was contributed by @nitram509 and it is merged to master.

yuce avatar Nov 07 '22 23:11 yuce