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

State which Dev mode is owning the Dev service when pressing 'c' in terminal #44968

Open
xstefank opened this issue Dec 6, 2024 · 2 comments

Comments

@xstefank
Copy link
Member

xstefank commented Dec 6, 2024

Description

Maybe it would be good to keep track which Dev mode owns which Dev services so if the user forgets this can save some (sometimes long) container restarts.

Implementation ideas

Currently, we have:

messaging-rabbitmq
  Container:        e519c8446012/goofy_jennings  rabbitmq:3.12-management
  Network:          66b5ad09-2041-48e5-9741-fd55d76046cc - 0.0.0.0:32842->5672/tcp ,:::32842->5672/tcp ,0.0.0.0:32843->15672/tcp ,:::32843->15672/tcp
  Exec command:     docker exec -it e519c8446012 /bin/bash
  Injected config:  - rabbitmq-host=localhost
                    - rabbitmq-http-port=32843
                    - rabbitmq-password=guest
                    - rabbitmq-port=32842
                    - rabbitmq-username=guest

Maybe just add a new line:

Owner: billing-service

If the current dev mode is not the owning one, this will be the artifact name (possibly also with the package).

Copy link

quarkus-bot bot commented Dec 6, 2024

/cc @geoand (devservices), @stuartwdouglas (devservices)

@geoand
Copy link
Contributor

geoand commented Dec 6, 2024

Sounds reasonable

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

No branches or pull requests

2 participants