How to connect to Apache Kafka on Heroku using the MuleSoft Kafka Connector

Apache Kafka is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, and incredibly fast. And when coupled with Heroku and MuleSoft, developers can easily publish and consume data without writing any code. In this article, we’ll walk-through the process of configuring the MuleSoft Kafka connector to connect to Apache […]

Content filter pattern for REST service fields filtering

At some point, you may have a service that returns a lot of fields and related objects. What if the service consumer doesn’t want all the fields all the time? In other words, they would like to have the response filtered. This is where the Content Filter comes to the rescue. After you read this article, you […]

Introducing the WebSockets connector

To achieve efficient implementations with Async APIs, the need for new protocols and exchange patterns has become critical. Which is why we are excited to announce the release of the Mule WebSockets connector! A WebSocket is a bi-directional, full-duplex, and persistent connection that is established on top of your existing HTTP infrastructure. Now, you no […]

Divide and conquer: Decoupling API provider and consumer lifecycles

Like any product, APIs and client apps that use APIs have their own lifecycles. They each experience their own Create, Publish, Realize, Maintain, and Retire phases. When things go well, services will experience important use (and re-use) and grow to maturity to provide significant contributions to your company’s performance. And client apps will use APIs […]

How to migrate existing SOAP-based services as proxies in Anypoint Platform

Whether you’re new to Anypoint Platform or an integration expert, you may have SOAP-based services that you want to migrate “as is.” This can be done using MuleSoft (Mule 3) by migrating them as proxies. Often those SOAP-based services have WSDL that are not self-contained (WSDLs having dependencies on other WSDLs), this blog will give […]

Announcing MuleSoft Accelerators for Salesforce Clouds

With MuleSoft and Salesforce now together as one company, we now have an unparalleled opportunity to collaborate on new products and solutions to deliver joint value for customers. This has been a key area of focus for us, and we are excited to announce our first joint solution, MuleSoft Accelerator for Salesforce Service Cloud and […]

Anypoint Platform quarterly FAQ: Q3 2019

As the old saying goes, “If you have a question, it’s likely many other people are wondering the same thing.” That’s why we are introducing the first installment of our Anypoint Quarterly FAQ where we answer our customers’ most frequently asked questions.  This quarter, we will be focusing on questions surrounding the Anypoint Platform October […]

How to connect to Heroku Postgres using the MuleSoft Database Connector

PostgreSQL is one of the world’s most popular relational database management systems. Millions of developers and companies rely on PostgreSQL as their transactional data store of choice to drive application health and decision making. With Heroku Postgres, you gain the advantages of Heroku’s operational expertise of scaling applications and allow your team to quickly access […]