【发布时间】:2023-01-12 23:30:40
【问题描述】:
我使用的是 Confluent Platform 版本 5.3.2,在此我可以看到 _schemas 主题是使用 cleanup.policy 创建的,作为紧凑。没有这个,模式注册表将不会启动。现在,如果我删除 _schemas topi,它将自动创建,但没有 cleanup.policy,因此,如果我们重新启动模式注册表,它将无法启动。
我们怎样才能让 _schemas 主题在自动删除和创建时使用 cleanup.policy=compact 创建?
【问题讨论】:
标签: apache-kafka confluent-schema-registry