[
https://issues.apache.org/jira/browse/NIFI-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Zhurakousky updated NIFI-1837:
-----------------------------------
Fix Version/s: 1.0.0
> PutKafka - Decouple incoming message delimiter from outgoing batching
> ---------------------------------------------------------------------
>
> Key: NIFI-1837
> URL: https://issues.apache.org/jira/browse/NIFI-1837
> Project: Apache NiFi
> Issue Type: Improvement
> Affects Versions: 0.6.1
> Reporter: Ralph Perko
> Assignee: Oleg Zhurakousky
> Labels: kafka
> Fix For: 1.0.0, 0.7.0
>
> Attachments: NIFI-1837.diff
>
>
> In 0.6.x batching outgoing messages to Kafka is only supported if a message
> delimiter is provided for incoming flow files. This appears to be a recently
> added constraint. It did not exist in 0.4.x. Could you please remove this.
> PutKafka.java:453
> Remove the "if" statement and just have:
> properties.setProperty("batch.size",
> context.getProperty(BATCH_NUM_MESSAGES).getValue());
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)