bmscomp commented on PR #13662:
URL: https://github.com/apache/kafka/pull/13662#issuecomment-1641878105

   @divijvaidya  For the internal usage of Jackson, I can say with much 
confidence that the limits are far more then what is needed to run Kafka, for 
it's usage the `message.max.bytes ` in Kafka it's by default 1MB, and this is 
also far below limits for message transformation `Serialization` and 
`Deserialization` , 
   
   The limit not put in the message size but the attribute value size and for 
example String values limit is raised to 20 megabytes, and this is already 
huge, 
   
   
   Do not think it's necessary to raise those default values 
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to