0

Planning to buffer cdc events within flink list state till they are ready to be streamed. What is the max list size that can be supported for a given key?

Amareswar
  • 2,048
  • 1
  • 20
  • 36

1 Answers1

1

The serialized list is limited to 2^31 bytes. This is a limitation of the JNI layer.

David Anderson
  • 39,434
  • 4
  • 33
  • 60
  • Hi David, Can you please answer my question here https://stackoverflow.com/questions/72356268/check-pointing-is-not-working-with-dynamodb-streams-record-in-flink/72357937 – Amareswar May 27 '22 at 21:36