-
-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Description
Proposed Changes
- Update the Helm template files to include the following Kafka connector values:
kafkaConnector.bootstrapServerskafkaConnector.enabledkafkaConnector.consumerTopicskafkaConnector.partitionListenerConcurrency
and some necessary security environments.
-
Ensure that the Kafka connector is only enabled when
kafkaConnector.enabledis set totrue. -
Add appropriate environment variables or configuration mappings in the StatefulSet or Deployment templates to pass these values to the Parseable application.
Acceptance Criteria
- The Kafka connector values are correctly integrated into the Helm template.
- The Kafka connector is enabled only when
kafkaConnector.enabledistrue. - The Helm chart is tested to ensure the Kafka connector works as expected with the provided values.
Metadata
Metadata
Assignees
Labels
No labels