You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 of the record.
For JSONPath, but admittedly it probably wasn't necessary to add it there. I think we should focus on migrating to SMT support instead of using JSONPath.
I tend to agree (even if this is a quite big refactoring and still will require some thinking around the message name makes total sense to be hardcoded
I would propose that we allow all values to be hardcoded as well, for example for fan out behaviour you might want the correlation key to be hardcoded to an empty string.
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 of the record.
Current config
I want to do this
Or maybe we need to rename the attribute into e.g.
Which I think is inline to what we do at other places in Zeebe.
And I actually wondered why the attribute is called "message.path" - what's the "path" in it? @npepinpe - probably you know?
The text was updated successfully, but these errors were encountered: