DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
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 state: DraftUnder discussion
Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]
...
auto.offset.resetclient.idenable.auto.commitfetch.min.bytesfetch.max.wait.msgroup.idisolation.levelmax.poll.interval.msmax.poll.recordsrequest.timeout.mssession.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.idrequest.timeout.msretries
Except for client.id these values are numeric, which greatly limits potential security exposure.
...