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: binders/kafka-binder/spring-cloud-stream-binder-kafka-core/src/main/java/org/springframework/cloud/stream/binder/kafka/properties/KafkaConsumerProperties.java
+1-17Lines changed: 1 addition & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -210,15 +210,7 @@ public enum StandardHeaders {
210
210
*/
211
211
privatebooleanreactiveAtMostOnce;
212
212
213
-
/**
214
-
* Consumer priority level. NOTE: Kafka does not natively support consumer priority.
215
-
* This property is provided for consistency across binders but has no effect in Kafka.
216
-
* For even message distribution across servers, use partition assignment strategies
217
-
* or create separate bindings with concurrency=1.
218
-
* Default: -1 (not supported)
219
-
* @since 4.2
220
-
*/
221
-
privateintconsumerPriority = -1;
213
+
222
214
223
215
/**
224
216
* @return Container's ack mode.
@@ -496,12 +488,4 @@ public void setReactiveAtMostOnce(boolean reactiveAtMostOnce) {
0 commit comments