Add kcp backend example#231
Closed
mjudeikis wants to merge 8 commits into
Closed
Conversation
df9cb48 to
2455b31
Compare
Closed
8 tasks
This was referenced Aug 4, 2025
Signed-off-by: Mangirdas Judeikis <Mangirdas@Judeikis.LT> On-behalf-of: SAP mangirdas.judeikis@sap.com
Signed-off-by: Mangirdas Judeikis <Mangirdas@Judeikis.LT> On-behalf-of: SAP mangirdas.judeikis@sap.com
2455b31 to
33e7137
Compare
Contributor
Author
|
superceded by #275 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a basic kube-bind kcp backend example.
This is not the final state of this. It is still missing documentation of how to get something running (same mangodb for now, but we need a better example).
Added a small Roadmap section too to specify what is planned next.
For now, it shares a lot of code with
backend-examplebut I think its ok, as they will diverge in time. And later on we can see how we can externalize some of these into some library to be shared.ps. This is monster PR, Any ideas on how to make it smaller?
TODO in follow-ups: