cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

kavitakjava
Node Link
since ‎11-27-2019
‎06-01-2022

User Statistics

  • 8 Posts
  • 0 Solutions
  • 3 Kudos given
  • 4 Kudos received

User Activity

As we know we can publish events with key in Kafka topic e.g. kafka-console-producer --topic key-value-topic --broker-list localhost:9092 --property "parse.key=true" --property "key.separator=:" key1:{value1} key2:{value2} key3:{value3} Is there a wa...
Does anyone ever used Neo4j apoc.periodic.repeat function to publish message to kafka? Here is what I have now: I have a working query to send message to my kafka topic: CALL streams.publish("my-neo4j-topic", "Hello World from Neo4j!") However, when...
Kudos given to