We should be able to create a Kafka topic with the number of partitions and the replication factor.
Should be added to the ComposeContainers<KafkaSchemaRegistry> and maybe in the ComposeContainers<Redpanda>.
Must be done without adding a dependency.
Try with an exec in the containers or something based on an env. var.
We should be able to create a Kafka topic with the number of partitions and the replication factor.
Should be added to the
ComposeContainers<KafkaSchemaRegistry>and maybe in theComposeContainers<Redpanda>.Must be done without adding a dependency.
Try with an
execin the containers or something based on an env. var.