Reputation: 129
I know that Microsoft Docs says 1MB
But to be accurate, is it: 1000000 bytes or 2^20 1048576 BYTES
Related to Kafka we need to be more specific.
Upvotes: 0
Views: 217
Reputation: 29940
It means 2^20 1048576 BYTES.
And you can test it out easily. I use the SDK and send a big size message, you can see the exception below:
Upvotes: 1