You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install and run zookeeper and kafka server https://kafka.apache.org/quickstart
1
+
This project involves Kafka consumer and producer, and Postgresql database and a rest-service
3
2
4
-
# Run
5
-
Go to http://localhost:9011/kafka/publish?message="hello" to produce and consume message
3
+
The tests demonstrate:
4
+
1. Calling a rest service that adds a message to a (embedded) Kafka topic, where the message consumer writes to a postgresql database
5
+
2. Multithreaded usage of postgresql with Spring Data and JPA and locking of rows.
6
6
7
-
8
-
Based on https://www.confluent.io/blog/apache-kafka-spring-boot-application/
7
+
# TODO:
8
+
Simulate Kafka calls that result in errors in multithreaded environment to test different kinds of kafka settings and guarentees (e.g. exactly once vs at least once processing)
0 commit comments