Kafka topic data into my local windows SCALA ide

kafka topic data into my local SCALA ide

If I create a program in Scala IDE in my local system. I can push that JAR using WINSCP i suppose. If the data is getting streamed from Kafka Is it possible to get that data to my local system for testing ?

Requesting your help to clarify this please

Hi @achievesai,

You may not be able to get data to your local system because ports are blocked for outside access.

Hope this helps.

Thanks