Unable to post message using kafka rest proxy #7680
Unanswered
rushikeshkulat
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Which rest proxy are you using, it doesn't seem to be the Strimzi one. Maybe the Confluent one? You should ask there in this case. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi all,
im trying to POST/GET messages to/from kafka topic using kafka rest proxy endpoint. The kafka rest server is hosted on HPE node. The authentication method used is basic auth (it's taking mapr user and password). But i'm getting the below error- "
{
}"
my kafka-rest properties file looks like so-
listeners=http://ec2-16-170-16-252.eu-north-1.compute.amazonaws.com:8082/
authentication.enable=true
impersonation.enable=true
schema.registry.enable=false
#Security headers file
headers.file=/opt/mapr/kafka-rest/kafka-rest-6.0.0/config/headers.xml
host.name=hpezmzeralinstance0.localdomain
The error suggests to use the streams.default.stream parameter , but i'm unable to find the default stream name or default stream path. Please suggest how to update the parameter in properties file.

Beta Was this translation helpful? Give feedback.
All reactions