confluentinc/ksql

Surface Connect worker configuration

Open

#3,777 opened on Nov 6, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (1,048 forks)batch import
enhancementgood first issuekafka-connect-integration

Repository metrics

Stars
 (5,739 stars)
PR merge metrics
 (Avg merge 4d 20h) (6 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. Users have no visibility into connect worker configuration in ksqldb. That means user workflow will be either:

  1. Drop out of ksqldb to view the configuration file at ksql.connect.worker.config
  2. If user can’t see the worker configuration, override all parameters

Describe the solution you'd like Need to surface connect worker configuration to ksqldb CLI.

Contributor guide