Query: Making an interface of router as the producer of kafka cluster. Issue: My router's interface can push the data to the port on which kafka is running. (by default 9092). Q. 1 But can the kafka broker accept this data without a topic being created ? Q. 2 Can a kafka consumer pull data without specifying a topic ?
If yes, How ? If not, What is work around this and how can i achieve this ? Solution: Thank You. Chiran Jain