Showing results for Dapr - ISE Developer Blog

May 8, 2025
Post likes count0

Integration testing with Dapr and Testcontainers

Jose Santano Gonzalez
Jose Santano Gonzalez

This blog post discusses setting up a Pytest integration test framework for a system using Dapr and Testcontainers. This framework was initially setup for a customer to suit their needs and it has been extracted into a sample project to provide a starting point.

CSEISE
Dec 14, 2023
Post likes count1

Debugging Java Dapr-enabled Apps in GitHub Codespaces

Nico Jimenez
Nico Jimenez

To simplify the development and debugging of complex Java Dapr-enabled microservices we recommend leveraging Docker Compose to define all services including the Java Apps, each with its own Dapr sidecar, plus infrastructure/dependent services all these running in individual containers. Using a VS Code devcontainer with Docker-in-Docker support, ena...

CSEContainersFrameworks
Oct 19, 2023
Post likes count2

Build a robust transaction processing solutions to improve payment experience of retail end customers

Shinoj Zacharias
Shinoj Zacharias

In this post, we will describe how to build a data ingestion framework that receives payment transaction events from internal or external payment service providers and process the events in real-time. The ingested payment data can be used to provide the real time view of the payment transactions to merchants to improve the payment experience of the...

CSEISE