Skip to content

70 replace kafka rust library with rust rdkafka - #72

Merged
tribeiro merged 23 commits into
mainfrom
70-replace-kafka-rust-library-with-rust-rdkafka
Jan 11, 2026
Merged

70 replace kafka rust library with rust rdkafka#72
tribeiro merged 23 commits into
mainfrom
70-replace-kafka-rust-library-with-rust-rdkafka

Conversation

@tribeiro

Copy link
Copy Markdown
Owner

No description provided.

@tribeiro tribeiro linked an issue Jan 11, 2026 that may be closed by this pull request
@tribeiro
tribeiro force-pushed the 70-replace-kafka-rust-library-with-rust-rdkafka branch 2 times, most recently from ed9b6da to f630a38 Compare January 11, 2026 06:27
…e ``kafka`` -> ``rdkafka`` refactor.

This mostly requires making the ``Remote::new`` method async and call ``domain.register_topics`` with ``await``.
…r the ``kafka`` -> ``rdkafka`` refactor.

This mostly requires making the ``Controller::new`` method async and call ``domain.register_topics`` with ``await``.
…CHEMA_PATH`` environment variable is not set and some additional minor updates reading files.
…th latest version of apache-avro library.
…o remove check of the sequence number (and some old comment).
…ded for the ``kafka`` -> ``rdkafka`` refactor.
…ocesses commands, also change ``to_owned`` to ``to_string`` when creating the ``CmdData`` object.
…s needed for the kafka -> rdkafka refactor.
…ded for the ``kafka`` -> ``rdkafka`` refactor.
… needed for the ``kafka`` -> ``rdkafka`` refactor.
…ed for the ``kafka`` -> ``rdkafka`` refactor.
@tribeiro
tribeiro force-pushed the 70-replace-kafka-rust-library-with-rust-rdkafka branch from 714da3b to bb60cba Compare January 11, 2026 06:38
@tribeiro
tribeiro merged commit cc2d992 into main Jan 11, 2026
2 checks passed
@tribeiro
tribeiro deleted the 70-replace-kafka-rust-library-with-rust-rdkafka branch January 11, 2026 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace Kafka-rust library with rust-rdkafka.

1 participant