Open BERA opened 6 years ago
Hi @Bera, thank you very much for reaching out to us. We don't have built-in support for Mesos as of now. But this can easily implement it by writing a compiler extension. Since Ballerina is open source, you can write this and send a PR to Ballerina if you like as well.
Please refer following links where you can get an idea about how to implement a compiler extension. https://ballerina.io/learn/how-to-extend-ballerina/#create-custom-annotations-builder-extensions
Refer kubernetes and docker extensions as well. https://github.com/ballerinax/kubernetes https://github.com/ballerinax/docker
Also please refer the contributing guide as well.
Please join our Slack channels so you can ask any question you have from Ballerina developers.
Add the functionality to deploy Ballerina apps directly to Apache Mesos in the same way as is available to Docker and Kuberners.