I have an error using kafka Error while executing topic command replication factor: 1 larger than available brokers: 0
when I tried to create a topic.
And I found the solution (Error creating Kafka Topics- Replication factor larger than available brokers) by modifying config file
cp config/server.properties config/server-1.properties
cp config/server.properties config/server-2.properties)
But my problem is that I can't find the config file cp: config/server.properties: No such file or directory
Could someone help me how to find it using terminal on Mac?