Merging strategy for the schema registry. #55
|
@JeanLucPons and @gupichon I made this discussion to easier discuss the steps and merging strategy for the schema registry since there are now many different parts we have discussed related to this and I need some guidance in which order to implement things. This is my suggestion for the steps:
It is also a question if the merge should be done directly into main? Or should there be a separate branch that all the steps should be merged into before the final version including all steps are merged into main? |
Replies: 2 comments 3 replies
|
@JeanLucPons What do you mean by "categories by categories rather than features" here: python-accelerator-middle-layer/pyaml#264 (comment) |
|
I mean you start with BPM only. |
I mean you start with BPM only.
This will force you to handle both legacy stuff and new stuff in each PR.
And you will learn from each PR.
It is a good exercise.
Then when it will be ended, we will remove legacy stuff.