Versions Compared

Key

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

...

Namespace can have any char in [a-zA-Z0-9\\.]. The "." in namespaces will be used to separate tiers. For instance, a namespace "org.apache.kafka" will translate to "org/apache/kafka" in storage layouts. 

Create

kafka-topics will be modified to support creating namespaces.

<code>

kafka-topics.sh --zookeeper <ZK_CONNECTION_STRING> --create --namespace <NAMESPACE> 

<code>

List
Delete

Changes in Storage Layouts

...