Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access API for streams mode #107

Open
learncourse2024 opened this issue Aug 22, 2024 · 1 comment
Open

Unable to access API for streams mode #107

learncourse2024 opened this issue Aug 22, 2024 · 1 comment

Comments

@learncourse2024
Copy link

Hi,

I have used the helm-chart to deploy Redpanda Connect in our Kubernetes env. I followed following commands

helm repo add benthos https://benthosdev.github.io/charts/
helm repo update
helm install benthos/benthos

I see a Deployment,Service,ConfigMap after installing.
I added values.yaml configmap to have the streams mode on

# values.yaml
streams:
  enabled: true
  streamsConfigMap: "benthos-streams"

I restarted the deployment. I wanted to access the API of Redpanda connect to run pipelines in streams mode
like in here - https://docs.redpanda.com/redpanda-connect/guides/streams_mode/streams_api/

I am not sure how to access this API with the given helm chat installation. Am I missing some pieces here? Can you please help

Thanks

@learncourse2024
Copy link
Author

So we are able to get it up and running
We tried to access the api

  • GET /streams
  • POST /streams

When we tried to do POST /streams with connect pipeline and we have issues connecting to input kinesis due to some FW issues. It is taking the whole API down.
Accessing -GET /streams - gives us 503,404 no healthy upstream responses.

Is there an issue here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant