Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faranak-cs/pub-sub-app

Pub-Sub App in Spring
https://github.com/faranak-cs/pub-sub-app

apache-pulsar spring-boot spring-pulsar

Last synced: 1 day ago
JSON representation

Pub-Sub App in Spring

Awesome Lists containing this project

README

        

# Pub-Sub App
A simple pub-sub application in Spring using Apache Pulsar

## Setup
Use the following command to create the project from CLI:

```
spring init -d=web,pulsar,lombok --build=maven -a=pub-sub-app -g=com.spring -n=pub-sub-app --package-name=com.spring.pub-sub-app ./
```
## Output
Output

## Diagram
![pub-sub-app](https://github.com/user-attachments/assets/f04e0751-37a9-4067-8e8e-5633fff8e3c2)

## Version
| Library | Version |
| ----------- | ----------- |
| Java | 17 |
| Maven | 3.9.8 |
| Spring Boot | 3.3.2 |
| Spring Framework | 6.1.11 |
| Apache Pulsar | 3.2.3 |