You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
* 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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: