From 6d70277d6fb9c6327da1edba995212b218cb40af Mon Sep 17 00:00:00 2001 From: Ben Thompson Date: Wed, 19 Jun 2024 15:47:48 +0100 Subject: [PATCH] Prototype button --- en/ProtocolTransformation/HTTPtoKafka.htm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/en/ProtocolTransformation/HTTPtoKafka.htm b/en/ProtocolTransformation/HTTPtoKafka.htm index b9fc7db..6715586 100644 --- a/en/ProtocolTransformation/HTTPtoKafka.htm +++ b/en/ProtocolTransformation/HTTPtoKafka.htm @@ -48,6 +48,19 @@

Protocol Transformation Pattern: HTTP to Kafka

The HTTP to Kafka pattern provides a simple integration solution that takes input data over HTTP and outputs to a Kafka topic.

+ +