Hi I am new and I have a question regarding Kafka. I have devices in different regions. Every device opens a websocket connection when it gets active and it sends its messages over the opened websocket connection to a server. My question is: is every region a topic or is every websocket connection (means every device) a topic? Or can I choose which one is used as topic?
Is it true that I need a piece of code as Kafka cannot consume messages directly from the websocket connection? Thank you and regards, Daniela