Skip to content

ReliableTopic for Python #201

@burakcelebi

Description

@burakcelebi

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions