-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
Currently, the Python client lacks Hazelcast's ReliableTopic:
https://docs.hazelcast.org/docs/latest/manual/html-single/index.html#reliable-topic
Hazelcast's Reliable Topic uses the same Topic interface as a regular topic. The main difference is that Reliable Topic is backed up by the Ringbuffer data structure, a replicated but not partitioned data structure that stores its data in a ring-like structure.