Yahoo Pulsar Tutorial for Beginners (Pub Sub Messaging)
- 2.7
Brief Introduction
Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client APIDescription
Yahoo pulsar is an upcoming messaging system and people are considering it as alternative to apache kafka/ tibco / activeMQ etc.
In this course, I will try to explain all the basic concepts and terminology so that you can familiar with what exactly yahoo pulsar is and then I will explain a simple end to end real time example.
I explained below concepts at the beginning
Basic concepts
Topic's & Topic name
Subscription modes
Architecture
Starting a standalone Pulsar server
Using the Pulsar Java client API
Introduction to Consumer
Introduction to Producer
At the end I concluded the course with a simple producer and consumer example.
If you have any questions feel free to contact architectblogs@gmail.com
Thanks
Requirements
- Requirements
- Nothing about Messaging ,because we will start for scratch.
- Basic knowledge of Computers