+1 (726) 227-3027

API Integration

Talend ESB Has No Cloud Successor: Exit Patterns for Data Services and Routes

September 14, 2026 · Matt Irvin

Qlik Talend Cloud has a forward path for data integration and none for ESB. Here is the inventory-and-exit playbook we run on Talend Runtime estates: classify every artifact by workload type, retire the batch jobs wearing service costumes, rehost real services on Spring Boot or standalone Camel, and snapshot the container config before it disappears.

Read more

Calling OAuth 2.0 APIs from Talend

August 25, 2026 · Matt Irvin

Most APIs now require OAuth 2.0 bearer tokens. A complete Talend pattern: fetch a token with the client-credentials flow, extract it with tExtractJSONFields, call the authorized endpoint, page through results, and handle rate limits. Replaces our 2014 tREST/Mashape tutorial.

Read more