Skip to content

Commit d9102a8

Browse files
Update README.md
1 parent fb48712 commit d9102a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dotnet/src/extensions/kafka/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
GeneXus Messaging EXO for Apache Kafka provides a Producer and Consumer API to integrate GeneXus applications with Apache Kafka, enabling publish-subscribe and stream processing capabilities.
44

5-
###Features###
5+
## Features ##
66
- Producer API: Publish messages to Kafka topics.
77
- Consumer API: Subscribe to Kafka topics and process messages.
88

9-
###Prerequisites###
9+
## Prerequisites ##
1010
- Apache Kafka: Ensure you have a running Kafka instance. You can use Confluent Kafka or set up Kafka locally using Docker.
1111

12-
###Setting up Kafka with Docker###
12+
## Setting up Kafka with Docker ##
1313

1414
You can use the docker-compose.yml file included in this repository to quickly set up a Kafka environment. The file is located at:
1515
dotnet/src/extensions/kafka/test/docker-compose.yml
@@ -26,5 +26,5 @@ dotnet/src/extensions/kafka/test/docker-compose.yml
2626

2727
4. Once the containers are running, you can use the Producer and Consumer APIs to interact with Kafka.
2828

29-
###Documentation###
30-
For detailed documentation, visit https://iwiki.genexus.com/wiki.aspx?25021,API+GX+para+Integraci%C3%B3n+con+Apache+Kafka+(Publish-Suscribe+Stream),
29+
## Documentation ##
30+
For detailed documentation, visit https://wiki.genexus.com/commwiki/wiki?40593,Kafka+Producer+and+Consumer+External+Objects

0 commit comments

Comments
 (0)