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

   @divijvaidya  I am pretty sure the introduced limits wont affect the 
existing processing capacity, `FileBasedStateStore` is mainly used to store 
Quorum state data, and I use to think there is no need to raise the limits from 
default values 
   
   Since in this version: 
   
   - Maximum number token lengths is set to 1000 as  maximum number of bytes or 
chars that we will parse in a number  
   - Maximum String value length is raised to 20_000_000 (20 million) input 
units bytes/chars depending on input source) in 2.15.1 and the initial value in 
version 2.15.0 was 5_000_000 (5 million) 
   - Maximum Input nesting depth is set up to 1000 levels, and this is too huge 
`QuorumStateData` does not have as much as levels
   
   
   
   
   
   
   
   


-- 
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