confluentinc / kafka-rest

Confluent REST Proxy for Kafka
https://docs.confluent.io/current/kafka-rest/docs/index.html
Other
2.25k stars 641 forks source link

KNET-15501 work around jackson databind string length limit #1273

Closed ehumber closed 1 month ago

ehumber commented 1 month ago

Implement the change from https://github.com/FasterXML/jackson-core/issues/1001#issuecomment-1527216221

I'm using maxint for the value, as we do length checks of the stream elsewhere, and this seems safest to avoid a regression (see the code comment for more details)