smm sdm cluster kafka-connector get

Gets Kafka Connector details.

Synopsis

Gets Kafka Connector details.

smm sdm cluster kafka-connector get [--kafka-connector=]NAME [flags]

Examples


# Get the details of the selected Kafka Connector instance
$ smm sdm cluster kafka-connector get

# Get the details of the my-kafka-connector Kafka Connector from namespace my-namespace
$ smm sdm cluster kafka-connector get my-kafka-connector -n my-namespace -c <path-to-kubeconfig-file>

# Get the details of the my-kafka-connector Kafka Connector from namespace my-namespace in yaml format
$ smm sdm cluster kafka-connector get my-kafka-connector -n my-namespace -c <path-to-kubeconfig-file> -o yaml
		

Options

  -h, --help                     help for get
      --kafka-connector string   Name of the Kafka Connector instance to retrieve.
  -n, --namespace string         Namespace where to lookup the Kafka Connector instance. (default "kafka")

Options inherited from parent commands

      --color                           use colors on non-tty outputs (default true)
      --context string                  name of the kubeconfig context to use
      --formatting.force-color          force color even when non in a terminal
      --interactive                     ask questions interactively even if stdin or stdout is non-tty
  -c, --kubeconfig string               path to the kubeconfig file to use for CLI requests
      --non-interactive                 never ask questions interactively
  -o, --output string                   output format (table|yaml|json) (default "table")
      --persistent-config-file string   Streaming Data Manager persistent config file to use instead of the default at ~/.banzai/supertubes/
  -v, --verbose                         turn on debug logging

SEE ALSO

  • [smm sdm cluster kafka-connector](/docs/reference/cli/reference/smm_sdm_cluster_kafka-connector/ - Manage Kafka Connectors