List the topics on the running Kafka broker (works for TestContainers): docker exec -it <> kafka-topics --list --bootstrap-server localhost:9092 docker exec -it 7ddc718d5d11 kafka-console-consumer ...
The use case that we'll be following consists in a small bike store that saves data about customers, products and orders in a relational database: Entity Relationship Diagram (ERD) Now ... The main ...