Add Kafka Gateway transport plugin - #7
Merged
Merged
Conversation
Implements request/reply over Apache Kafka (librdkafka) with correlation-id, matching rabbitmq/servicebus plugin contracts. Includes CMake FetchContent/vcpkg build, Docker Compose for local broker, and smoke test.
Align kafka and servicebus with rabbitmq: nlohmann/json and transport libraries come from FetchContent. Remove vcpkg.json manifests and toolchain-based docs.
Include kafka in the shared plugin release matrix (FetchContent build, no vcpkg). Add samples/kafka with docker-compose (broker+UI) and gateway/client plugin config files.
Updated docker-compose.yml to improve local Kafka setup: added Kafka UI (provectuslabs/kafka-ui) on port 8080, improved listener configuration, updated environment variables, and renamed Kafka container to graftcode-kafka. Added three example JSON config files for KafkaPlugin usage in .NET Core plugins, client, and gateway components.
Azure SDK FetchContent build was failing configure with missing CURL. Enable BUILD_TRANSPORT_WINHTTP on Windows and CURL only on Unix.
Keep kafka in release.yml; put servicebus back on vcpkg toolchain.
michalkomorsdn
had a problem deploying
to
release
September 16, 2026 09:39 — with
GitHub Actions
Failure
This branch had an error being deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
kafka/Graftcode Gateway transport plugin (librdkafka request/reply withcorrelation-id/reply-to)IServer/ITransport+ factory exportsTest plan
cmake -S kafka -B kafka/build && cmake --build kafka/buildctest --test-dir kafka/builddocker compose -f kafka/docker-compose.yml up -d+kafka/scripts/create-topics.shggwithkafka/pluginConfig.json