You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Ensure that the Kafka connector is only enabled when kafkaConnector.enabled is set to true.
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Proposed Changes
kafkaConnector.bootstrapServers
kafkaConnector.enabled
kafkaConnector.consumerTopics
kafkaConnector.partitionListenerConcurrency
and some necessary security environments.
Ensure that the Kafka connector is only enabled when
kafkaConnector.enabled
is 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
kafkaConnector.enabled
istrue
.The text was updated successfully, but these errors were encountered: