confluent-cli
confluent-cli copied to clipboard
Kafka-rest not picking topics from kafka
I have a "test" topic into kafka, and that works, because i can list it using kafka commands.
I start the kafka-rest proxy by using confluent start kafka-rest
The server works, because I can perform commands onto it. By using curl, I try to perform a command onto the resource topics/ or topics/test, but I always get "404: Not Found" on any resource. It seems like that the rest proxy is empty, while i should have at least the 'test' topic i mentioned earlier.
Any suggestion?