An open API service indexing awesome lists of open source software.

https://github.com/ololx/deduplication-service-example

Java-based service for message deduplication from Kafka. It utilizes rocksDB to store checksum data of previously processed messages, ensuring reliable duplicate detection and preventing redundant processing of the same messages.
https://github.com/ololx/deduplication-service-example

Last synced: 4 months ago
JSON representation

Java-based service for message deduplication from Kafka. It utilizes rocksDB to store checksum data of previously processed messages, ensuring reliable duplicate detection and preventing redundant processing of the same messages.

Awesome Lists containing this project