Import Topics

Import Topics metadata from source files and create destination Topics into Destination cluster

Includes Topic configuration and Topic ACLs.

cctools import topics --help`
Command to import from source files and create destination Topics.

Usage:
  cctools import topics [flags] 

Flags:
  -h, --help   help for topics

Global Flags:
  -c, --config string   config file

TIP

Works with exported JSON files. See Export Topics for more information.

Configuration

Destination cluster.

destination: 
  kafka:
    bootstrapServer: <bootstrap_server>.confluent.cloud:9092
    clientProps:
      - sasl.mechanisms: PLAIN
      - security.protocol: SASL_SSL
      - sasl.username: <API_KEY>
      - sasl.password: <API_SECRET>

See Configuration