Merge feature of Console should allow to merge microservices #194
Closed
flower-of-the-bridges
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Hi @giovf96, you can edit the right editor and copy/paste the mongodbreader configuration from the left editor to have the desired result. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This feature has been positively evaluated and may be considered for inclusion in the roadmap in the future, depending on priorities and overall specific needs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Currently, I'm facing issues with the merge feature provided by the console. I have the following situation:
feat/microservice-1
where I've added amongodb-reader
feat/microservice-2
where I've added anapi-gateway
I want to have the
mongodb-reader
inside thefeat/microservice-2
while keeping theapi-gateway
.However, the merge tool doesn't provide this option since my only option is to replace their respective configuration.
The merge tool should also allow the user to keep both microservices, instead of replacing one with the other.
Beta Was this translation helpful? Give feedback.
All reactions