i am working on kafka and test5,
but i am a little confuse for # before like this:
i have to remove # or have to keep it when i use the line?
and what’s different ## and #?
because i can not get data stream on cloud and i think it is # problems…
thank you very much!
Hi,
The #
is a comment mark for the configure file.
It just allows you to use different configure by switching the #
.
Please noted that you need to use deepstream-test5-app rather than deepstream-app for the message broker feature.
Thanks.
so i must remove # after finish configuration of the line, right?
Hi,
You can update the configure file based on your use case.
However, the default version should also work.
You can find an example to run Kafka with Deepstream below:
Hi Everyone,
I have been trying to get DeepStream and Kafka working together from a very long time.
I am writing all the steps here that I followed to receive the data from DS to my python consumer.
Background on Kafka
Kafka is a distributed streaming platform that is used to publish and subscribe to streams of records.
Step 1: Start Kafka broker on Host machine
Make sure you have docker and docker-compose installed on your host machine.
create a file namely docker-compose.yml and put bel…
Thanks.
system
Closed
October 9, 2021, 1:33am
9
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.