Skip to content

Commit b4500b9

Browse files
committed
Updated Readme
1 parent 76820cd commit b4500b9

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

Cadence/CadenceKafka/README.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
1-
Example code for Cadence Kafka Blog - how to integrate sending a message to Kafka and getting a reply back, using signals or activity completions.
21

3-
Needs to have an Instaclustr Kafka and Cadence cluster running, the IP address of the server running the code added to both cluster configurations, with Kafka auto topic creation enabled, with host IPs, user and password set in code and kafka properties files.
2+
# Spinning Apache Kafka Microservices With Cadence Workflows
3+
4+
Example code for Cadence Kafka Blog <https://www.instaclustr.com/blog/spinning-apache-kafka-microservices-with-cadence-workflows-part-2/> on how to integrate sending a message to Kafka and getting a reply back, using signals or activity completions.
5+
6+
## Getting Started
47

58
Run the Kafka Consumer class first, and then run the Cadence class with either signal or activity completeions flag true/false.
69
The Kafka cluster detects if the reply should be sent with signal or activity completion.
10+
11+
### Prerequisites
12+
13+
Needs to have an Instaclustr Kafka and Cadence cluster running, the IP address of the server running the code added to both cluster configurations, with Kafka auto topic creation enabled, with host IPs, user and password set in code and kafka properties files.
14+
15+
## Deployment
16+
17+
Coming Soon!
18+
19+
## Authors
20+
21+
* **Paul Brebner** - *Initial work* - [Instaclustr by NetApp](https://github.com/Instaclustr)
22+
23+
See also the list of [MAINTAINERS]( https://github.com/instaclustr/code-samples/blob/main/Maintainer.md) who participated in projects in this repository.
24+
25+
## License
26+
27+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

0 commit comments

Comments
 (0)