Hello. Testing again the startup with the quicksta...
# getting-started
f
Hello. Testing again the startup with the quickstartup.sh, but now getting errors in the broker receiving requests for new topics, with replication factor = 3 where there is only 1 broker so replication factor must be 1 😕
g
hey @fierce-action-87313 - we recommend using
datahub docker quickstart
to get started
do you get that same error running that way?
f
I have not tried that way - yet - But it seems that it is one more of these confluent fails tbh
g
Are you using an existing Kafka or using datahub's recipe to start up a broker specifically for datahub?
f
Let's just say that I use confluent for a number of reasons in a number of places and so when I see that the docker compose files are using version 5.4 I immediately started by pointing to some more recent versions
for now I would like indeed a fresh new setup, will see about using the cloud platform later
but I see what you did there with the datahub py package 🙂
@green-football-43791 quick feedback, for
docker-compose ps
one would need the compose files
docker-compose -f ./docker/quickstart/docker-compose.quickstart.yml ps
does not quite work 😕