Hotel management project with below architecture style.
Kafka setup :
Need to create below two topic -- HotelNotificationTopic -- HotelPaymentTopic
.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
.\bin\windows\kafka-server-start.bat .\config\server.properties
.\bin\windows\kafka-topics.bat --create --topic HotelNotificationTopic --bootstrap-server localhost:9092 --partitions 1
.\bin\windows\kafka-topics.bat --create --topic HotelPaymentTopic --bootstrap-server localhost:9092 --partitions 1
.\bin\windows\kafka-topics.bat --list --bootstrap-server localhost:9092