Skip to content

Commit eadecd3

Browse files
committed
Put types of background event on separate lines
1 parent 31f170d commit eadecd3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

clients/src/main/java/org/apache/kafka/clients/consumer/internals/events/BackgroundEvent.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@
2727
public abstract class BackgroundEvent {
2828

2929
public enum Type {
30-
ERROR, CONSUMER_REBALANCE_LISTENER_CALLBACK_NEEDED, SHARE_ACKNOWLEDGEMENT_COMMIT_CALLBACK,
31-
STREAMS_ON_TASKS_ASSIGNED_CALLBACK_NEEDED, STREAMS_ON_TASKS_REVOKED_CALLBACK_NEEDED,
30+
ERROR,
31+
CONSUMER_REBALANCE_LISTENER_CALLBACK_NEEDED,
32+
SHARE_ACKNOWLEDGEMENT_COMMIT_CALLBACK,
33+
STREAMS_ON_TASKS_ASSIGNED_CALLBACK_NEEDED,
34+
STREAMS_ON_TASKS_REVOKED_CALLBACK_NEEDED,
3235
STREAMS_ON_ALL_TASKS_LOST_CALLBACK_NEEDED
3336
}
3437

0 commit comments

Comments
 (0)