Rust Client library for Apache Pulsar
Stars
403
Forks
142
Watchers
403
Open Issues
70
Overall repository health assessment
No package.json found
This might not be a Node.js project
220
commits
36
commits
28
commits
24
commits
21
commits
17
commits
11
commits
8
commits
8
commits
8
commits
feat: add Pulsar Admin REST API client for topic policy management (#403)
86fda88View on GitHubAdd public constructor to consumer::Message<T> to improve testability (#404)
7bea637View on GitHubfix: store and auto-attach schema_version from CommandProducerSuccess (#398)
fef65c1View on GitHubfeat: Add an option to control connection cleanup (#392)
1740701View on GitHubfix(consumer): `update_topics` should only log if topics are recreated (#390)
5dfd10cView on GitHubfix: prevent check_connections from dropping connections during setup (#387)
771b6efView on GitHubfix: Correctly handle consumer errors and removal due to pulsar cluster restarts by unconditionally update_topics in MultiTopicConsumer (#384)
50baf97View on GitHubperf: remove unnecessary clones from multitopic producer (#380)
a14e8a1View on GitHubfix: allow user to disable hostname verification regardless of allow_insecure_connection (#382)
3ecb915View on GitHubcleanup(compression): substituted Default and Clone custom trait with a direct implementation from the official library (#383)
993f08dView on GitHub