Felix Schultze created NIFI-14123:
-------------------------------------
Summary: Kafka | Publish Wrapper | Support Tombstone
Key: NIFI-14123
URL: https://issues.apache.org/jira/browse/NIFI-14123
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Felix Schultze
As a developer I would like to use the PublishKafka processor with USE_WRAPPER
PublishStrategy to generate tombstones AND provide a more sophisticated key,
that can be converted to AVRO.
Suggestion for flowfile Input-content:
{code:java}
{
"key": {
"some-attribute": "some-value",
"some-other-attribute": "some-other-value"
},
"value": null # <-- or complete without any value attribute
}
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)