Skip to main content
Karthick T (STSL) 님이 #Apex에 질문했습니다
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개
  1. 2023년 1월 30일 오후 7: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