Skip to content

Add Kafka Configuration Values to Parseable Helm Template #1290

@hippalus

Description

@hippalus

Proposed Changes

  1. Update the Helm template files to include the following Kafka connector values:
    • kafkaConnector.bootstrapServers
    • kafkaConnector.enabled
    • kafkaConnector.consumerTopics
    • kafkaConnector.partitionListenerConcurrency

and some necessary security environments.

  1. Ensure that the Kafka connector is only enabled when kafkaConnector.enabled is set to true.

  2. 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.enabled is true.
  • The Helm chart is tested to ensure the Kafka connector works as expected with the provided values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions