confluentinc / librdkafka

The Apache Kafka C/C++ library
Other
298 stars 3.15k forks source link

Un-deprecate local offset storage #4172

Open lpsinger opened 1 year ago

lpsinger commented 1 year ago

Description

This is a feature request to un-deprecate and continue supporting local offset storage. We are operating a Kafka cluster that is open to users who are not fully trusted; we do not want to have to allocate ACLs for consumer groups for our users and we do not want to store our consumers' offsets on our brokers.

How to reproduce

All of the offset.store.* properties are shown as deprecated in https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md.

Checklist

IMPORTANT: We will close issues where the checklist has not been completed.

Please provide the following information:

emasab commented 1 year ago

Thanks @lpsinger we're evaluating this use case and will see what can be done