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

Replace the dummy broker with the async bookstore one #3722

Open
danail-branekov opened this issue Jan 17, 2025 · 0 comments
Open

Replace the dummy broker with the async bookstore one #3722

danail-branekov opened this issue Jan 17, 2025 · 0 comments

Comments

@danail-branekov
Copy link
Member

Background

According to the OSBAPI docs, if one wants to implement a broker, they should start with the spring boot template project. Its reference implementation is the bookstore broker. That broker is however synchronous and we want to test against a broker that supports the more complex async flow

We plan to contribute the async bit back to the bookstore broker. Even if the PR is not accepted, we could get rid of our dummy broker and use the async bookstore broker fork instead

Such an approach would make us more confident that we are testing against a real-life broker and that our osbapi client implementation (and our OSBAPI understanding) is correct.

Actions to take

  • Setup CI to build the async bookstore broker as a docker image and push it to e.g. dockerhub
  • Configure tests to start the bookstore broker and run against it
  • Remove our dummy broker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🇪🇺 To do
Development

No branches or pull requests

1 participant