-
Notifications
You must be signed in to change notification settings - Fork 23
Open
@MMM-J
Description
Environment Information
- OS: Debian
- Node Version: v22.16.0
- confluent-kafka-javascript version: 1.4.1
Steps to Reproduce
The library crashes with a segmentation fault and without an informative error when calling:
const offsets = await admin.fetchOffsets({
groupId: groupId,
});
with groupId not being used by consumers yet (or the consumer group not having committed any offsets yet)