I have installed kafka in a new cloud instance, and i want to get data from Fiware Orion Context Broker.
I have already done this procedure on my local machine, and it worked well.
Now, when i run zookeeper and Kafka on my cloud instance, I receive automatically topics from Orion, but topics are empty. I am able to write locally a test message in a topic from a producer to a consumer, but no Orion data are pushed into my topic.
I don't have any error message, it is just empty... And of course, I am sure that data are pushed into Orion topic.
Any idea what is the problem here ?
Thanks