Skip to content

segmentation fault on fetchOffsets for unseen groups #374

@MMM-J

Description

@MMM-J

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions