[Dev] WSO2 Identity Server 5.7.0-beta Released!

2018-08-24 Thread Senthalan Kanagalingam
WSO2 Identity and Access Management team is pleased to announce the release of Identity Server 5.7.0 Beta! Download You can download WSO2 Identity Server 5.7.0 beta from here . You can download WSO2 Identity

Re: [Dev] [APIM 2.x.y] Can I plug a Custom File System Provider ?

2018-08-24 Thread KasunG Gajasinghe
Hi Youcef, On Fri, Aug 24, 2018 at 5:11 PM Youcef HILEM wrote: > Thank you very much. > We will therfore implement two solutions: > - One based on S3 with a Cassandra back-end > (https://github.com/exoscale/pithos) > Interesting. I'm curious why not use AWS S3 for storage as well? Data

Re: [Dev] [APIM 2.x.y] Can I plug a Custom File System Provider ?

2018-08-24 Thread Youcef HILEM
Thank you very much. We will therfore implement two solutions: - One based on S3 with a Cassandra back-end (https://github.com/exoscale/pithos) - Another based on kafka with compacted topics (http://cloudurable.com/blog/kafka-architecture-log-compaction/index.html) and Kafka mirroring

Re: [Dev] Two Way TCP in wso 2 ESB

2018-08-24 Thread Amit Gupta
Hi Thishani , Can you please help me with this as i seems to be going nowhere . Regards, Amit Gupta On Thu, Aug 23, 2018 at 5:05 PM Amit Gupta wrote: > Hi , > > I do agree that OUT_ONLY should not be used however if i do not use the > property OUT_ONLY then the request is not reaching to the

Re: [Dev] [APIM 2.x.y] Can I plug a Custom File System Provider ?

2018-08-24 Thread KasunG Gajasinghe
Here it is - https://github.com/wso2/carbon-commons/blob/master/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/src/main/java/org/wso2/carbon/deployment/synchronizer/ArtifactRepository.java A reference impl can be found here -

Re: [Dev] [APIM 2.x.y] Can I plug a Custom File System Provider ?

2018-08-24 Thread Nuwan Dias
The Deployment Synchronizer has an interface which could be implemented. We could write an S3 implementation for the Deployment Synchronizer. Can someone point to the Dep-Sync interface and one of the implementations please? We had a Registry Based Dep-Sync implementation and a SVN based dep sync