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

[Bugfix #72] Fix app deployment in Kanto runtime #88

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

BjoernAtBosch
Copy link
Member

@BjoernAtBosch BjoernAtBosch commented Mar 18, 2024

Description

Fixes #72 which was caused by the lack of the C++ SDK to handle addresses of communication partners of the app given in URL style, e.g. mqtt://localhost:12345. This is fixed by C++ SDK release v0.4.3, which is "pulled in" by this PR.

Issue ticket number and link

#72

Checklist

  • Vehicle App can be started with dapr run and is connecting to vehicle data broker

  • Vehicle App can process MQTT messages and call the seat service

  • Vehicle App can be deployed to local K3D and is running

  • Created/updated tests, if necessary. Code Coverage percentage on new code shall be >= 70%.

  • Extended the documentation in Velocitas repo

  • Extended the documentation in README.md

  • Devcontainer can be opened successfully

  • Devcontainer can be opened successfully behind a corporate proxy

  • Devcontainer can be re-built successfully

  • Release workflow is passing

@BjoernAtBosch BjoernAtBosch requested a review from MP91 March 18, 2024 11:47
Copy link
Contributor

@MP91 MP91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@BjoernAtBosch BjoernAtBosch merged commit 14a673d into main Mar 18, 2024
5 checks passed
@BjoernAtBosch BjoernAtBosch deleted the fix_app_deployment_kanto branch March 18, 2024 11:59
doosuu added a commit that referenced this pull request Aug 7, 2024
Merge in FSP/vehicle-app-cpp-template-lattice from merge-oss to private_template

* commit '688270a3e90cb94bb05ce86bbf7dcafdcb5b303b':
  Upgrade packages (#100)
  Update configs (#99)
  Upgrade project config (#98)
  add native binaries (#97)
  Fix high cpu load due to recurring prune job in SDK (#96)
  Update base-image of app (#94)
  Remove k3d and dapr (#91)
  [Bugfix #72] Fix app deployment in Kanto runtime (#88)
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

Successfully merging this pull request may close these issues.

[Bug]: Sample App is deployed with error in Kanto
2 participants