trivup icon indicating copy to clipboard operation
trivup copied to clipboard

Trivially Up a cluster of applications (such as a Kafka cluster!)

Results 4 trivup issues
Sort by recently updated
recently updated
newest added

running on debian 12. ```` python3 -m trivup.clusters.KafkaCluster --version 3.1.0 --sr # Interactive mode # - Waiting for cluster to go operational in /home/pdeva/code/librdkafka/tests/tmp-KafkaCluster/KafkaCluster/04837289 [2024-01-09 21:54:50.618366] ZookeeperApp-1: process terminated: returncode...

I want the schema registry image to be pulled from a custom repository and not from docker hub. So I added an option to allow kafkacluster to use a custom...

With these changes, I'm able to start my cluster. Previously there was an error about the unknown argument 'kafka_path' in KafkaBrokerApp constructor. The only thing I changed: by default, it...

When trivup is used in testing it would be useful if it didn't clean up application logs, config files, etc, on test failure, whatever that means to trivup.