You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
4Out of curiosity, is there a reason you're not using a monorepo? Some (including myself) consider that the default design since it avoids issues like this, with separate repositories being an alternative design to be used only in extenuating circumstances.Sam Estep– Sam Estep2024-08-23 20:59:41 +00:00Commented Aug 23, 2024 at 20:59
-
2"each in a separate git repository" - try changing that partBergi– Bergi2024-08-24 17:41:48 +00:00Commented Aug 24, 2024 at 17:41
-
Why does an update to a dependency translate to "change the dependency in all of the micro(services) and thus still have to commit, push, merge, release, deploy in each of them"? From the setups I know, if you need to update a dependency in the system, you just do so in the system; it’s a matter of deployment and perhaps building, not changes in the source code repository. At you statically linking all dependencies?MisterMiyagi– MisterMiyagi2024-08-26 06:51:13 +00:00Commented Aug 26, 2024 at 6:51
-
@MisterMiyagi Are you not versioning your dependencies?Bergi– Bergi2024-08-26 08:21:02 +00:00Commented Aug 26, 2024 at 8:21
-
@Bergi I’m not pinning them to specific versions to avoid problems just like that. Specific dependency versions are part of our deployment/configuration management, not hardcoded in our software/packages.MisterMiyagi– MisterMiyagi2024-08-26 09:02:03 +00:00Commented Aug 26, 2024 at 9:02
|
Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you