Every WSO2 product require a DB to persist different data. If we take WSO2 API Manager there are multiple DBs used to store different sets of data, for example, APIM DB, Registry DB, User DB etc. B...
Building Your WSO2 Integrations with Unit Tests; A Guide for WSO2 Micro Integrator & Enterprise…
WSO2 Micro Integrator(MI) and Enterprise Integrator(EI) is a feature rich Opensource Integration platform which provides traditional Enterprise Service Bus capabilities combined with modern cutting...
Keeping Your WSO2 Products up-to-date in a Containerised Environment
Modern-day enterprises and businesses rely on a variety of integral applications/systems to fulfill their business requirements. These systems can vary from a simple HR system to a complex API Mana...
Push Your Container logs without a Side Car; Example with WSO2 MI, Newrelic and Fluent-Bit
Kubernetes has become the defacto standard for Container orchestration when deploying large-scale applications. It provides an easy abstraction for efficiently managing large-scale containerized ap...
Empowering your Teams; Building an Integration Mashup as a Service with WSO2 MI
In medium-scale to large-scale corporations, there are numerous teams/business-units that operate cohesively yet independently to drive the organization towards its’ goals and objectives. These tea...
Setting up Nexus On Docker
In this post, I will be explaining how to set up a nexus repository with docker. Nexus is an artifact repository which manages software “artifacts” required for the development. If you develop sof...
Manage WSO2 Carbon Applications Remotely.
In this post I’ll introduce you to a Java CLI client that I happened to write to manage WSO2 Carbon Applications. WSO2 Enterprise Integrator (was known as WSO2 ESB) has a mechanism to develop integ...
Exposing Openshift Route with a Loadbalancer.
Openshift is the commercial Kubernetes offering that is built and backed by RedHat. Although the underline runtime of Openshift is Kubernetes there are few differences when it comes to Openshift fr...
Restricting Access to WSO2 Servers
In this post I’ll explain how we can restrict access to WSO2 Carbon console for specific client machines. In WSO2 servers they have an embedded tomcat instance to host the web-apps including the se...
WSO2 APIM Manager on Openshift
In this post I will be explaining how WSO2 products can be deployed on top of Openshift. By the time I was writing this blog I was using Openshift 3.11 and this deployment is hardcoded for MSSQL. ...
- Building a Thread-Safe State Tracker Mediator for WSO2
- Solving Datadog Java Agent Conflicts in Kubernetes With A Simple C Library
- Delaying Application Startup Until Kubernetes Resources are Created
- Converting Java CLI Client to a Native Executable with GraalVM
- Keeping Your WSO2 Products up-to-date in a Containerised Environment