답변 2개
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 messagesCompressing the data before sendingStoring the data in an external system and sending a reference to it in the platform event message.