类的使用
org.apache.pulsar.client.api.KeySharedPolicy
使用KeySharedPolicy的程序包
-
org.apache.pulsar.client.api中KeySharedPolicy的使用
修饰符和类型类说明static class
Auto split hash range key shared policy.static class
Sticky attach topic with fixed hash range.修饰符和类型方法说明KeySharedPolicy.setAllowOutOfOrderDelivery
(boolean allowOutOfOrderDelivery) If enabled, it will relax the ordering requirement, allowing the broker to send out-of-order messages in case of failures.修饰符和类型方法说明ConsumerBuilder.keySharedPolicy
(KeySharedPolicy keySharedPolicy) Set KeyShared subscription policy for consumer.