Hybrid Integration Pattern

Chanaka Fernando
Solution Architecture Patterns
2 min readApr 6, 2019

--

Introduction

Integration is one of the key capabilities required within any enterprise software system. With the growth of a business, its enterprise software system also grows accordingly. This growth can happen by

  • Adding more functionality to existing systems,
  • Introducing new on-premise systems or more recently,
  • Bringing in cloud (SaaS) solutions into enterprise (e.g. Salesforce, ServiceNow, peoplehr).

The more systems you use for business operations, more complex your enterprise system becomes. Instead of connecting each system with other systems in a point to point manner which ends up in spaghetti pattern, using an integration layer would make the connections and the management of overall system integration more efficient.

Depending on the infrastructure a given software system is installed, we can divide the enterprise software components into 2 main categories.

  • On-premise systems which are running within enterprise perimeter
  • Cloud services which are hosted by 3rd party organizations in public cloud

The integration platform we choose should be able to connect with both types of systems which are mentioned above. Such an integration platform is called as a hybrid integration platform (HIP).

Hybrid Integration Pattern

As depicted in the above figure, the hybrid integration platform should be capable of supporting functional requirements like

  • Data mapping/transformation
  • Protocol translations
  • Service orchestrations
  • Connecting to cloud services
  • Connecting to proprietary/legacy systems
  • Routing
  • Enterprise Integration Patterns

On top of these functional requirements, another key aspect of selecting a proper HIP is the flexibility of development. This choice needs to be made based on the type of developers available within your organization. There can be different types of developers available within your enterprise like

  • Integration specialists — Domain experts who understand various EIP patterns, DSLs
  • Citizen Integrators — Not much experts but can implement use cases with a high-level config language like XML or UIs
  • Software Developers — Willing to do the development with a programming language

With the introduction of microservices architecture, people have started to think about every problem with a microservice glass in their eyes. Though there are really good use cases where such an architecture choice makes more sense, for a hybrid integration platform, it is not the best design choice. Having said that, the ability to develop, test and release in an agile manner would be critical when selecting such a platform. Here are some of the leading HIP vendors in the market.

  • Mulesoft
  • Software AG
  • WSO2
  • Dell Boomi
  • Talend
  • Tibco

The original source of this article can be found in the following GitHub repository.

--

--

Chanaka Fernando
Solution Architecture Patterns

Writes about Microservices, APIs, and Integration. Author of “Designing Microservices Platforms with NATS” and "Solution Architecture Patterns for Enterprise"