Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(connector-corda): add enterprise flavor support #877

Open
petermetz opened this issue Apr 27, 2021 · 1 comment
Open

feat(connector-corda): add enterprise flavor support #877

petermetz opened this issue Apr 27, 2021 · 1 comment
Assignees
Labels
Corda enhancement New feature or request P1 Priority 1: Highest
Milestone

Comments

@petermetz
Copy link
Member

Is your feature request related to a problem? Please describe.

Right now what we have for the Corda connector is all based on the open source (OS) flavor, but we need to support the enterprise one as well.

Describe the solution you'd like

Tests verifying that the connector works the same way for both OS (existing tests) and enterprise (tests to be added, missing things to be implemented)

Describe alternatives you've considered

Considered for a moment to have a separate connector for Corda Enterprise, but quickly discarded that idea because my hope is that on the technical level they are both the same and Enterprise just comes with additional bells and whistles but it does not break compatibility with the OS edition in the lower level details such as how flows can be invoked, etc.

Additional context

This issue could be as easy as just adding a new AIO image with the enterprise build and then copying the tests to use that image. If that all works then that's all that needed to be done. On the other hand it has the potential to blow up in complexity based on the exact technical differences between the OS and Enterprise editions.

cc: @takeutak @sfuji822 @hartm @jonathan-m-hamilton @AzaharaC @jordigiam @kikoncuo @petermetz @arnab-roy

@petermetz petermetz added enhancement New feature or request Corda labels Apr 27, 2021
@petermetz petermetz added this to the v0.5.0 milestone Apr 29, 2021
@petermetz petermetz pinned this issue Apr 29, 2021
@petermetz petermetz modified the milestones: v0.5.0, v0.6.0 May 19, 2021
@petermetz petermetz self-assigned this May 25, 2021
@petermetz petermetz modified the milestones: v0.6.0, v0.7.0 Jul 20, 2021
@petermetz petermetz modified the milestones: v0.7.0, v0.8.0 Aug 10, 2021
@petermetz petermetz modified the milestones: v0.8.0, v0.9.0 Aug 17, 2021
@petermetz petermetz modified the milestones: v0.9.0, v0.10.0 Sep 2, 2021
@petermetz petermetz modified the milestones: v0.10.0, v1.0.0 Dec 16, 2021
@petermetz petermetz added the P1 Priority 1: Highest label Dec 16, 2021
@jagpreetsinghsasan
Copy link
Contributor

At the moment, in the enterprise corda, the latest is v1.5 which still uses the old corda v4 jars. Thus we need to wait till the enterprise support for corda v5 is in place.
I will contact the Corda support team and post the official update from them here

@petermetz petermetz modified the milestones: v1.0.0, vT.B.D Aug 20, 2023
@petermetz petermetz added backlog Tasks that are needed but we cannot prioritize them at present. and removed backlog Tasks that are needed but we cannot prioritize them at present. labels Aug 20, 2023
@petermetz petermetz modified the milestones: vT.B.D, v2.1.0 Aug 20, 2023
@petermetz petermetz self-assigned this Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Corda enhancement New feature or request P1 Priority 1: Highest
Projects
None yet
Development

No branches or pull requests

2 participants