Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/faranak-cs/pub-sub-app
- Owner: faranak-cs
- Created: 2024-07-29T09:40:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T11:10:40.000Z (3 months ago)
- Last Synced: 2024-08-06T13:04:22.062Z (3 months ago)
- Topics: apache-pulsar, spring-boot, spring-pulsar
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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## 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 |