Split out google connectors into its own repo #1034
mdedetrich
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
I'm not opposed to this change. One consideration is that this means these components will have their own release/vote cycle, right? That might be challenging as it's already sometimes difficult to find people to vote on releases. On the other hand, reducing the scope of the release might make it easier. (related: I plan to work on moving more of the release preparation process to CI later this year, that might make things slightly easier as well) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So due to the fact that I have started working on google cloud storage and there will be feature/behaviour changes which asks for a 1.2.x release I was wondering whether it makes sense to start our journey on splitting out various connectors from this pekko-connectors mono repo and that we can start with google cloud storage.
Specifically with google cloud storage, I was thinking that we should actually have 2 repos. One which stores google-common (for those who don't know, google common has all of the shared code for all of the other google related connectors, primarily auth related) and then we would have another repo for each other google component, i.e. google-cloud-storage, google-bigquery etc etc.
Just to be clear, this would be primarily moving code around. There won't be any breaking binary changes (which can be confirmed with MiMa) and all artifact names etc etc would remain the same
wdyt?
Beta Was this translation helpful? Give feedback.
All reactions