File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -784,6 +784,11 @@ The following table sums up the main settings to create a `Consumer`:
784
784
|`ManualTrackingStrategy#checkInterval`
785
785
|Interval to check if the last requested stored offset has been actually stored.
786
786
|`Duration.ofSeconds(5)`
787
+
788
+ |subscriptionListener
789
+ |A <<consumer-subscription-listener, callback>> before the subscription is created.
790
+ Useful when using an external store for offset tracking.
791
+ |`null`
787
792
|===
788
793
789
794
[NOTE]
@@ -979,6 +984,7 @@ This means one must be careful when basing some decision on offset values, like
979
984
a modulo to perform an operation every X messages. As the message offsets have
980
985
no guarantee to be contiguous, the operation may not happen exactly every X messages.
981
986
987
+ [[consumer-subscription-listener]]
982
988
====== Subscription Listener
983
989
984
990
The client provides a `SubscriptionListener` interface callback to add behavior before a subscription is created.
You can’t perform that action at this time.
0 commit comments