You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Original Issue: apache#12958
Describe the bug
Currently, we have two maxMessageSize settings.
org.apache.pulsar.client.admin.TopicPolicies#setMaxMessageSize
. It limits the size of message header and payload. See https://github.com/apache/pulsar/blob/6b8ebbd288085dc5a93a9e92706eb5f5ad397cb8/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java#L413To Reproduce
Steps to reproduce the behavior:
Expected behavior
Message should produce success.
Screenshots
NA
Desktop (please complete the following information):
Additional context
NA
The text was updated successfully, but these errors were encountered: