This PoC aims to evaluate the usage of Kafka for event sourcing in the development of an Admission Dismission Transfer Patient solution.
docker-compose up -d
Remove all exited containers docker rm $(docker ps -a -f status=exited -q)
docker exec -it ksqldb-cli ksql http://ksqldb-server:8088
show topics;
print 'topic-name' FROM BEGINNING;
- React front-end application
- The topic Board has been converted to JSON format to able to use ReactiveKafkaConsumerTemplate that wasn't working with AVRO deserializer.