Skip to main content
Hi there,

I have a requirement where my json data has more than 150KB size. We are publising this data through platform event message and Text Area Long is holding this data. Max size for Text Area Long in 128 KB. 

Is there a way we can pulish event message with more than 150 KB ?

What would be alternative oprtion to send >150KB of data ?

Thanks

tk
2 respuestas
  1. 30 ene 2023, 19:40
    There is a limit of 140KB on a single platform event message, so it's not possible to send a platform event message with more than 150KB of data.

    Some alternatives to sending a large amount of data include:

    Breaking up the data into smaller chunks and sending multiple messages

    Compressing the data before sending

    Storing the data in an external system and sending a reference to it in the platform event message.
0/9000