Thanks for the quick reply! I’m deploying to k8s and was already talking about the logs from the gms container. However, I must have overlooked that one line with the RecordTooLargeException, as I can now see it in the logs :man-facepalming:
So apparently even the increased 5MB limit is not sufficient anymore for our case I might try compression now, as David proposed, but I also hope that this will not be a recurring theme. I didn’t take a look at the actual messages, but 5MB is already way more than recommended (and needed, in most cases). I wonder if there are any plans about batching these messages and then using smaller, but more messages …