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
| groupId | null | A mandatory string denoting consumer group name that this consumer is a part of. |
198
-
| **partitionAssigners** | `[PartitionAssigners.roundRobin]` | Support for rangeand roundRobin assignors is provided. Custom assignors are not supported. Support for cooperative-sticky assignor is yet to be added |
198
+
| **partitionAssigners** | `[PartitionAssigners.roundRobin]` | Support for range, roundRobin, and cooperativeSticky assignors is provided. Custom assignors are not supported. |
199
199
| **partitionAssignors** | `[PartitionAssignors.roundRobin]` | Alias for `partitionAssigners` |
200
200
| **rebalanceTimeout** | **300000** | The maximum allowed time for each member to join the group once a rebalance has begun. Note, that setting this value *also* changes the max poll interval. Message processing in `eachMessage` must not take more than this time. |
201
201
| heartbeatInterval | 3000 | The expected time in milliseconds between heartbeats to the consumer coordinator. |
When using docker to install `confluent-kafka-js`, you need to make sure you install appropriate library dependencies. Alpine linux is a lighter weight version of linux and does not come with the same base libraries as other distributions (like glibc).
2
+
3
+
You can see some of the differences here: https://linuxacademy.com/blog/cloud/alpine-linux-and-docker/
0 commit comments