Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Kafka-rest not picking topics from kafka #74

Open
DevDema opened this issue Mar 30, 2018 · 0 comments
Open

Kafka-rest not picking topics from kafka #74

DevDema opened this issue Mar 30, 2018 · 0 comments

Comments

@DevDema
Copy link

DevDema commented Mar 30, 2018

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?

ctan888 pushed a commit that referenced this issue Feb 22, 2021
* CLI: Service Account

*  Fix for build failure

* Code Review Fix to forecefully delete ACL and make lint fix

* Code Review Fixes

* Code Review Fixes

* Code Review Fixes

* Code Review Fix

* Code Review Fix

* improvements

- fix package names to be consistent
- rename plugins from confluent- to ccloud- to be consistent
- add api-key list command
- fix common auth error handling for service-accounts and api-keys
- fix command names and help output to be more consistent
- fix service-account list output

* more improvements:

- fix api-key create to require --cluster flag (not requiring/using an active kafka context)
- update help messages to make api-key create --serviceaccountid clearer
- fix api-key delete to not have a serviceaccountid flag

* fix service-account command usage strings

* Fix Update and Delete SA to use ID instead of service name

* Code Review Fix

* fix for merge compatibility

* finish resolving merge

* fix name

* Fix Makefile, hyphenate flags, fix comments etc.

* Make api key package name consistent
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant