Skip to content
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

Retention policy of the schema topic _schemas is incorrect #1

Open
FlorianNachtigall opened this issue Jun 29, 2020 · 1 comment
Open
Labels
bug Something isn't working

Comments

@FlorianNachtigall
Copy link
Member

Known issue: confluentinc/schema-registry#698

Current workaround in 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:

  configurationOverrides:
    "cleanup.policy": "compact"
@FlorianNachtigall FlorianNachtigall added the bug Something isn't working label Jun 29, 2020
@Nitesh-vaidyanath
Copy link

Even i am having this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants