Bernd Ruecker
Bernd Ruecker
Wait for https://app.camunda.com/jira/browse/CAM-5632 and use embedded form
We currently use some JsonPath ourselves to configure where to read certain data from, see e.g. https://github.com/zeebe-io/kafka-connect-zeebe/blob/master/examples/ping-pong/sink.json#L13 That also means we only support Json, not Avro It would be more...
Context: - Kafka users often prefer Avro as the message format instead of JSON (was also recommended since the beginning: https://www.confluent.io/blog/avro-kafka-data/). - Kafka Connect Zeebe is currently hardcoded to use...
In some situation records on one Kafka topic should always sent into Zeebe with the same message name. Currently you have to extract the message name itself from the data...
This is a bug, easily reproducable when NOT setting this config property: ``` "message.path.variables": "$.variablesAsMap" ``` Unfortunately I haven't captured the stack trace but will add later
> The only issue I've found with it so far is, the sink can sometimes crash an not recover if you misconfigure the sink.json file. For example: - i configured...
Whenever you execute a loop in a diagram it would be awesome to see the number of executions on elements
see https://forum.camunda.org/t/camel-to-camunda-routes-using-ftp-drop-folder-to-trigger-camunda-process/2355