Skip to content

kafkaConnect

Command: kafkaConnect
Category: System Tools
Status: Production Ready

⚠️ Redirect Notice

This page is a legacy compatibility alias.

👉 Go to Kafka Connect Documentation

Description

The kafkaConnect command performs operations related to system tools.

Syntax

bash
hana-cli kafkaConnect [options]

Command Diagram

Aliases

  • kafka
  • kafkaAdapter
  • kafkasub

Parameters

Positional Arguments

ParameterTypeDescription
actionstringOperation to perform. Choices: list, create, delete, status, test, info

Options

OptionAliasTypeDefaultDescription
--action-astringlistConnector action. Choices: list, create, delete, status, test, info
--name-nstring-Connector name
--brokers-bstring-Kafka brokers list
--topic-tstring-Kafka topic
--config-cstring-Configuration file path

Examples

Basic Usage

bash
hana-cli kafkaConnect

For more examples, run:

bash
hana-cli kafkaConnect --help

Documentation

For detailed command documentation, parameters, and examples, use:

bash
hana-cli kafkaConnect --help

See Also