Deploying Connect

Starting / Restarting / Stopping Axual Connect

Connect is a Client-level service. For a tenant-instance called demo-local, the command is as follows:

axual.sh [start|restart|stop] client demo-local axual-connect

Connect is using 3 topics and one consumer-group to store its state in kafka. All 4 resource names are configurable, but have default values:

Config name

Default value

Description

CONNECT_CONFIG_STORAGE_TOPIC

_<tenant>-<instance>-connect-config

contains the connector configuration settings

CONNECT_OFFSET_STORAGE_TOPIC

_<tenant>-<instance>-connect-offset

contains the current offsets for connectors

CONNECT_STATUS_STORAGE_TOPIC

_<tenant>-<instance>-connect-status

contains the status of the connector, and the tasks

CONNECT_GROUP_ID

_<tenant>-<instance>-connect

Use standard system topics. When no, determine topic names and consumer group names