Skip to main content

One post tagged with "Go"

Golang tag description

View All Tags

Java Talks, Go Listens: My First Apache Pulsar App

· 7 min read
Daniel Dias
Daniel Dias
Software Engineer at Itaú Unibanco | Java | Golang | Apache TomEE Committer

java-pulsar-golang-banner

In this post, we will use Apache Pulsar to build a simple workflow: a Java Producer will send messages to a topic, and a Go Consumer will read and process those messages.

This hands-on approach will help you understand the basics of how Pulsar works and how to integrate it into multi-language applications.