[ 
https://issues.apache.org/jira/browse/NIFI-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15437545#comment-15437545
 ] 

Christopher McDermott commented on NIFI-2614:
---------------------------------------------

I looked at the PR and saw that it does not address PutKafka.  While PutKafka 
does set max.request.size, it still gets hung up on the use of 
org.apache.nifi.processors.kafka.PublishingContext which still enforces the 
1MiB limit.  Is not fixing PutKafka an oversight.  I understand that PutKafka 
may be deprecated its still the only option for those stuck on Kafka 0.8.  Not 
addressing PutKafka also means that folks using in flows that work in NiFi 0.6 
will have their flows break when they upgrade to NiFi 0.8.  I can knock out a 
PR if that will help.

> Cannot send Kafka messages > 1MiB
> ---------------------------------
>
>                 Key: NIFI-2614
>                 URL: https://issues.apache.org/jira/browse/NIFI-2614
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 0.7.0
>            Reporter: Christopher McDermott
>            Assignee: Oleg Zhurakousky
>             Fix For: 1.0.0
>
>
> Neither PutKafka or PublishKafka can send a message > 1MiB.  PublishKafka is 
> new in 0.7.0.  In 0.6.1, PutKafka could put messages > 1MiB.  That processors 
> has a Max Record Size property which defined the largest message size.  In 
> 0.7.0 that property is ignored.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to