You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Sergi Vladykin <se...@gmail.com> on 2019/11/21 12:20:50 UTC

ReplicaMap: Java ConcurrentMap replicated over Kafka

Hi,

Maybe this library will be useful for someone:
https://github.com/svladykin/ReplicaMap

Future plans:
- Optimistic transactions: update multiple keys in a single TX
- Sharding: distribute the partitions across multiple clients

Sergi