Skip to content

Commit 06e6bcb

Browse files
committed
FIXME about KIP-848 autocommit issue
1 parent 5a7b93d commit 06e6bcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/promisified/consumer/consumerCacheTests.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ describe.each(cases)('Consumer message cache - isAutoCommit = %s - partitionsCon
232232
* non-message events like rebalances, etc. Internally, this is to make sure that
233233
* we call poll() at least once within max.poll.interval.ms even if the cache is
234234
* still full. This depends on us expiring the cache on time. */
235+
236+
/* FIXME: this test can be flaky when using KIP-848 protocol and
237+
* auto-commit. To check if there's something to fix about that case.
238+
*/
235239
const impatientConsumer = createConsumer({
236240
groupId,
237241
maxWaitTimeInMs: 100,

0 commit comments

Comments
 (0)