[
https://issues.apache.org/jira/browse/NIFI-14123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-14123.
-----------------------------------
Fix Version/s: 2.2.0
Assignee: Felix Schultze
Resolution: Fixed
> 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
> Assignee: Felix Schultze
> Priority: Major
> Fix For: 2.2.0
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> 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)