Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Status

Current stateUnder DiscussionAccepted

Discussion thread: here

JIRA: KAFKA-4060

Released: <Kafka Version>0.10.2.0

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

Compatibility, Deprecation, and Migration Plan

This feature is not backward compatible from API perspective and no changes need to be done to streaming apps. However, if kafka cluster is secured the cluster admin should grant required privileges to the streaming app as described below.

Zookeeper related config value, ZOOKEEPER_CONNECT_CONFIG in StreamsConfig, is deprecated.

...

  • Create topics
  • Delete Topics Fetch topic metadata(Without delete topic privilege streaming apps would still work if they don't have to delete topics.)

User information need to be set the same way it is set in the streaming app if the cluster is secured.

Test Plan

The same tests that are currently used will be used for testing the new internal topic creation.

...