confluent-cli icon indicating copy to clipboard operation
confluent-cli copied to clipboard

Kafka-rest not picking topics from kafka

Open DevDema opened this issue 7 years ago • 0 comments

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?

DevDema avatar Mar 30 '18 10:03 DevDema