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
go to kafka UI : localhost:8080 to create and view topics
alternative using command line to create topic: kafka-topics.sh --bootstrap-server localhost:9092 --topic MessagingQueue2 --create --partitions 3 --replication-factor 1