It is like comparing apples to oranges. Mq is focus on enabling the communication between two different programs in different systems and guaranteeing the delivery of the messages where Kafka has specialized on the generation of events by a source system that are catch by…
Most of the API solutions now run in containers (Kubernetes) like the one described by Derek but if you want to avoid the burden of having a container supervisor on top of a VM supervisor my recommendation is that you look for a solution that runs plain on VMWare. One option…
I suggest you look at the bigger picture. Do you have other integration requirements besides APIs? What about legacy systems, events, and file transfers? Are you looking for a distributed API solution or a cloud-based? What is your infrastructure/runtime strategy (bare…
Usually, any system has deployment units in different locations. By the way, the services that are being used should be coarse-grained, so they can be reused in different systems.
The integration platform is there so that the developers don't need to care about the…
Development of a Membership Relationship Management solution for condos. It is SaaS that runs in a set of microservices on Code Engine in IBM Cloud. It used PostgreSQL as the core database and IBM APPID for identity and access management. For one way communication it…