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
In CI, we now have both redpanda and cp-kafka, because redpanda's schema registry doesn't support json schema. We can simply use cp-kafka and remove redpanda. BTW, we can use KRaft without Zookeeper.
In RiseDev, currently we use local Kafka. To support schema registry, we can use native redpanda if we don't want docker, but for the same reason above, confluent is better. But we have to use docker then.
In CI, we now have both redpanda and cp-kafka, because redpanda's schema registry doesn't support json schema. We can simply use cp-kafka and remove redpanda. BTW, we can use KRaft without Zookeeper.
In RiseDev, currently we use local Kafka. To support schema registry, we can use native redpanda if we don't want docker, but for the same reason above, confluent is better. But we have to use docker then.
Ref https://github.com/confluentinc/cp-all-in-one/blob/7.5.0-post/cp-all-in-one-kraft/docker-compose.yml
BTW,
cp-kafka
is community version, andcp-server
is enterprise version.The text was updated successfully, but these errors were encountered: