Crates.io | rdkafka-wrap |
lib.rs | rdkafka-wrap |
version | 0.1.12 |
source | src |
created_at | 2023-09-11 06:16:25.049272 |
updated_at | 2023-11-22 09:34:36.121783 |
description | rdkafka wrap |
homepage | https://github.com/baoyachi/rdkafka-wrap |
repository | https://github.com/baoyachi/rdkafka-wrap |
max_upload_size | |
id | 969291 |
size | 38,492 |
"What is rdkfafka-wrap?"
rdkfafka-wrap :as the name suggests, it is a wrapper for rdkafka, offering a set of convenient and practical features built on top of it.
100% compatible with rdkafka
Supporting the functionality of HpProducer, harnessing the dual advantages of ThreadedProducer and FutureProducer, enhances performance and strengthens retry capabilities.
Supporting out-of-the-box shortcuts, eliminating the need for complex rdkafka configurations,also making it easy to access.
Supporting serialization and deserialization of results obtained from key objects without the need to repackage the original rdkafka objects.
Supporting for automatic topic creation.
Supports the separation and combined usage of producer and consumer objects.