Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-04-2019 10:31 AM
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 way to publish events with key using streams.publish ?
Thanks,
Kavita
12-10-2019 03:04 PM
Sending them as part of the value payload isn't enough?
I used this example:
02-23-2022 07:25 PM
can you replace the payload object rather than the published data being nested inside a payload?
All the sessions of the conference are now available online