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
Copy file name to clipboardExpand all lines: pip/pip-344.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,9 @@ message FeatureFlags {
122
122
123
123
# Backward & Forward Compatibility
124
124
125
-
-Old version client and New version Broker: The client will call the old API.
125
+
Old version (`< 3.0.6`) client and New version (`>= 3.0.6`) Broker: The client will call the old API.
126
126
127
-
- New version client and Old version Broker: The feature flag `supports_binary_api_get_partitioned_meta_with_param_created_false` will be `false`. The client will get a not-support error if the param `createIfAutoCreationEnabled` is false.
127
+
New version client and Old version Broker: The feature flag `supports_binary_api_get_partitioned_meta_with_param_created_false` will be `false`. The client will get a not-support error if the param `createIfAutoCreationEnabled` is false in the following cases:
128
+
- The topic is a DLQ topic
129
+
- The topic is non-persistent
130
+
- The topic is in geo-replication that the local cluster is new version and the remote cluster is old version
Copy file name to clipboardExpand all lines: tests/integration/src/test/java/org/apache/pulsar/tests/integration/backwardscompatibility/ClientTest25.java
0 commit comments