Re: Synapse Containerized architecture Proposal

2023-01-21 Thread Nuwan Jayawardene
Hi all, I'm currently continuing development on the Synapse containerization project. The project progress can be tracked here: https://github.com/users/n-jay/projects/1/views/1?visibleFields=%5B29200798%2C%22Title%22%2C%22Assignees%22%2C%22Status%22%2C%22Linked+pull+requests%22%5D&layout=table Th

Re: Synapse Containerized architecture Proposal

2022-09-14 Thread Nuwan Jayawardene
Hi all, > The next step is to complete WSDL endpoint injection and finalize the PR. > WSDL endpoint parameter injection has also been finalized. PR is linked herewith. https://github.com/apache/synapse/pull/55 Kind regards On Tue, Sep 13, 2022 at 8:58 PM Nuwan Jayawardene wrote: > Hi all, > be

Re: Synapse Containerized architecture Proposal

2022-09-13 Thread Nuwan Jayawardene
Hi all, been making progress on the development of this with support from @Isuru Udana . After submitting the initial PR and undergoing code reviews, the current state includes the finalization of SOAP endpoint parameter injection. PR is linked herewith: https://github.com/apache/synapse/pull/55 O

Re: Synapse Containerized architecture Proposal

2022-04-12 Thread Nuwan Jayawardene
Hi all, after the PR was submitted with the changes I was working on earlier, I decided to move into the next stage of the containerization project and begin adding the rest of the planned features. I've compiled an open Google Sheet linked herewith with

Re: Synapse Containerized architecture Proposal

2021-10-04 Thread Nuwan Jayawardene
[image: image.gif]Hi all, Took more time than expected how the Medium post is finalized and can be found here: https://nuwnjay.medium.com/how-to-containerize-an-esb-26d8a5404ee9 It includes all the design decisions, implementation steps and general experience we had when working on the project. Ki

Re: Synapse Containerized architecture Proposal

2021-08-31 Thread Nuwan Jayawardene
Hi[image: image.gif] all, I've created a video recording of the demo that showcases the changes mentioned above. https://www.youtube.com/watch?v=jeqBZOi60DQ The slides used as supplementary material in the video can be found here https://docs.google.com/presentation/d/1rZjEwvnET91aa-4kd7tgw6ATapPb

Re: Synapse Containerized architecture Proposal

2021-08-23 Thread Nuwan Jayawardene
Hi All, this project I was working on was related to GSoC 2021, and with it coming to a conclusion, I'd like to give an update on how it has progressed up until this point. After the initial proposal, on-boarding and preliminary development work we settled on the following main objectives; 1. C

Re: Synapse Containerized architecture Proposal

2021-08-09 Thread Nuwan Jayawardene
Hi all, > >1. Inject configuration parameters to Synapse at runtime >This would include parameters such as URI endpoints > > I've been working on the above function and as for progress so far; 1. Created a ConfigMap setup in Kubernetes and connected it with the Synapse deployment to