https://github.com/yuriytkach/stream-11-demo-app
Demo application for online Youtube stream #11
https://github.com/yuriytkach/stream-11-demo-app
demo-app kafka spring-boot testcontainers youtube-stream
Last synced: 4 months ago
JSON representation
Demo application for online Youtube stream #11
- Host: GitHub
- URL: https://github.com/yuriytkach/stream-11-demo-app
- Owner: yuriytkach
- License: mit
- Created: 2022-08-15T11:01:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T11:02:56.000Z (about 3 years ago)
- Last Synced: 2025-03-24T14:48:09.561Z (7 months ago)
- Topics: demo-app, kafka, spring-boot, testcontainers, youtube-stream
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo Project for Online Stream #10 and #11 - Kafka
Demo project for online stream #10 and #11 about Kafka and working with it in Spring Boot application.
## Access to Online Stream on YouTube
To get a link to online stream on YouTube please do the following:
- :moneybag: Make any donation to support my volunteering initiative to help Ukrainian Armed Forces by means described on [my website](https://www.yuriytkach.com/volunteer)
- :email: Write me an [email](mailto:me@yuriytkach.com) indicating donation amount and time
- :tv: I will reply with the link to the stream on YouTube.Thank you in advance for your support! Слава Україні! :ukraine:
## Usage
To start up Kafka brokers please use the provided `docker-compose` file.
Take a look at integration tests for kafka producer and kafka consumer in `src/test` folder
## Useful links:
- [How advertised listeners work in Kafka](https://www.confluent.io/blog/kafka-client-cannot-connect-to-broker-on-aws-on-docker-etc) and how to fix connection problems to cluster running in Docker, Aws, locally, etc.
- [Exploring Kafka Producer’s Internals](https://medium.com/adobetech/exploring-kafka-producers-internals-37411b647d0f)
- [Exploring Kafka Consumer’s Internals](https://medium.com/adobetech/exploring-kafka-consumers-internals-b0b9becaa106)