We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Known issue: confluentinc/schema-registry#698
Current workaround in pipeline/bin/init-kafka-topics.sh:
pipeline/bin/init-kafka-topics.sh
kafka-topics --zookeeper fitness-data-pipeline-cp-zookeeper:2181 --alter --topic _schemas --config cleanup.policy=compact
When fixed, the following property can probably also be removed from pipeline/confluent-platform/values.yml:
pipeline/confluent-platform/values.yml
configurationOverrides: "cleanup.policy": "compact"
The text was updated successfully, but these errors were encountered:
Even i am having this issue.
Sorry, something went wrong.
No branches or pull requests
Known issue: confluentinc/schema-registry#698
Current workaround in
pipeline/bin/init-kafka-topics.sh
:When fixed, the following property can probably also be removed from
pipeline/confluent-platform/values.yml
:The text was updated successfully, but these errors were encountered: