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

[Bug]: Deploying a built container on Leda / kanto-cm with databroker (without dapr) #59

Closed
1 task done
chheis opened this issue Jun 15, 2023 · 4 comments
Closed
1 task done
Assignees
Labels
bug Something isn't working

Comments

@chheis
Copy link

chheis commented Jun 15, 2023

What happened?

While deploying a sample application, I have observed that the ENV variables are differently used, with no clear naming.
e.g.: DAPR_GRPC_PORT => needs to be set to the databroker grpc port while using a "native" integration like in python SDK.
So it is very inconvenience that there is currently a different deployment json needed with different ENV parameters when switching between python and C++.

auto* const envPort = std::getenv("DAPR_GRPC_PORT");

Operating System

Other

What release version or branch did you use?

auto* const envPort = std::getenv("DAPR_GRPC_PORT");

Relevant log output

Connection error with grpc

Code of Conduct

  • I agree to follow this project's rules for contributions
@chheis chheis added the bug Something isn't working label Jun 15, 2023
@chheis
Copy link
Author

chheis commented Jun 15, 2023

@doosuu: @MP91 has seen this behaviour already

@kse3hi kse3hi moved this to 📋 Backlog in Velocitas Backlog Jun 22, 2023
@MP91
Copy link
Contributor

MP91 commented Jun 22, 2023

Hey @chheis, @BjoernAtBosch is already working on a fix

@MP91
Copy link
Contributor

MP91 commented Aug 25, 2023

@BjoernAtBosch isn't that already done? you adapted the environment variables or? Could you link the PR and close this?

@github-project-automation github-project-automation bot moved this from 🔖 Approved to ✅ Done in Velocitas Backlog Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants