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
When specifying Kafka consumer settings (fs2.kafka.ConsumerSettings) I can see that poll interval is multiplied by 2,
so for now my workaround for consuming requests once per 10 seconds looks like that:
When specifying Kafka consumer settings (fs2.kafka.ConsumerSettings) I can see that poll interval is multiplied by 2,
so for now my workaround for consuming requests once per 10 seconds looks like that:
.withPollInterval(10 seconds / 2)
Full reproduce:
Output:
Versions:
The text was updated successfully, but these errors were encountered: