Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tkafkaInput Advanced settings

Hi, 

 

How do i increase the max fetch size in tkafkaInput in advance setting. The error i get is;

"

kafka.common.MessageSizeTooLargeException: Found a message larger than the maximum fetch size of this consumer on topic test_topic partition 1 at fetch offset 9049820. Increase the fetch size, or decrease the maximum message size the broker will allow. Please see the image attached and advice what i could be doing wrong

"

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Can you clear your additional Kafka properties as in your attached config and  try using the "fetch.message.max.bytes" parameter only? Set it to 524288000 as you were doing with the others.

View solution in original post

6 Replies
Anonymous
Not applicable
Author

Hi Jibe,

 

Which version of Kafka are you running?

Anonymous
Not applicable
Author

version 6.1.1

Anonymous
Not applicable
Author

Are you sure? Which branch/edition of Kafka are you using?

 

Apache Kafka is up to v2.0.1

Anonymous
Not applicable
Author

Kafka 0.8.2.0

Anonymous
Not applicable
Author

Can you clear your additional Kafka properties as in your attached config and  try using the "fetch.message.max.bytes" parameter only? Set it to 524288000 as you were doing with the others.

Anonymous
Not applicable
Author

if the i want to take a certain partion on the kafka ques can i use tkafkaInput?