Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Admin client config

...

This page is meant as a template for writing a KIP. To create a KIP choose Tools->Copy on this page and modify with your content and replace the heading with the next KIP number and a description of your issue. Replace anything in italics with your own description.

Status

Current stateDraftUnder discussion

Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]

...

  • auto.offset.reset

  • client.id

  • enable.auto.commit

  • fetch.min.bytes

  • fetch.max.wait.ms

  • group.id

  • isolation.level

  • max.poll.interval.ms

  • max.poll.records

  • request.timeout.ms
  • session.timeout.ms

Most of these values are numeric or one of a fixed set of enums, which greatly limits potential security exposure.

Default Configuration for Apache Kafka Java Admin Client

By default, the Admin client sends values for the following configuration keys:

  • client.id

  • request.timeout.ms

  • retries

Except for client.id these values are numeric, which greatly limits potential security exposure.

...