- Create 2 topics in the RedisConfig.java class "employee-topic" , "notification-topic"
curl --location --request POST 'localhost:8080/send?message=helloworld'
curl --location --request POST 'localhost:8080/notify?message=kazim1'
- Run redis-cli.exe
- Enter 'monitor' command
- See the log on the redis-cli and SpringBoot application