[
https://issues.apache.org/jira/browse/NIFI-14123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910713#comment-17910713
]
ASF subversion and git services commented on NIFI-14123:
--------------------------------------------------------
Commit 34dad3443d0a0cfdd0ca1683b15d12ad1a7479ad in nifi's branch
refs/heads/main from greyp9
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=34dad3443d ]
Merge pull request #9604 from babubabu/NIFI-14123
NIFI-14123: support kafka tombstone with USE_WRAPPER strategy
> 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
> Priority: Major
> 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)