Member since
12-10-2015
1
Post
2
Kudos Received
0
Solutions
02-12-2016
02:03 AM
1 Kudo
In the Get/PutKafka processors you should be able to add a dynamic property called 'fetch.message.max.bytes' and set the value you need. The processor should allow you to add dynamic properties which map to Kafka consumer properties and it will pass them to the consumer/producer config as needed.
... View more