Skip to content

Add Kafka Configuration Values to Parseable Helm Template #1290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hippalus opened this issue Apr 8, 2025 · 0 comments
Closed

Add Kafka Configuration Values to Parseable Helm Template #1290

hippalus opened this issue Apr 8, 2025 · 0 comments

Comments

@hippalus
Copy link
Contributor

hippalus commented Apr 8, 2025

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.
hippalus added a commit to hippalus/parseable that referenced this issue Apr 10, 2025
hippalus added a commit to hippalus/parseable that referenced this issue Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant