Create a REST API with Spring Boot for our Kafka Streams Bank Application!

preview_player
Показать описание
In this tutorial we are going to create a REST API for our existing Kafka Streams Bank Application using Spring Boot.
---
Links:

Follow me!
---
Sections:
00:00 - Intro
00:47 - Query the state
01:07 - Spring Boot
01:31 - Our Tutorial
03:26 - Spring Boot dependencies
03:53 - Spring Boot Main Class
04:54 - Kafka Streams Configuration
09:23 - Create REST Endpoint
11:43 - Create the BankBalanceService with Dummy Implementation
13:59 - Inject Service in the RestController and Run Application
15:47 - Name State Store in Topology Class
17:26 - Implement BankBalanceService
19:27 - Run Application and Check how it works!
20:52 - Outro, next episodes...
Рекомендации по теме
Комментарии
Автор

Dude I really went from ZERO to HERO with these set of videos. Muy Buen Trabajo Caballero!

lassomicha
Автор

Congrats on this video! You made it so simple and easy to comprehend, please continue to upload and share more knowledge!

ahahahhaha
Автор

Thanks, This video is the most simplest and helpful guide for stream and spring))

temkarus
Автор

Hi Mati, Congratulations man for the new channel and for thank you for the video!

Please, a nice long video about microservices from start to finish using kafka/rabbit ...

zaabimahdi
Автор

Hi Mati, I have a question about the balance aggregation results. Based on your producer data, the balance with id one should be 500 but it's 1000. I found out somehow it the first transaction is processed, the transaction amount got added twice. Please correct me if I am wrong.

wangfred
Автор

Can u please increase font size from next coming classes. Thank u a great explanation

kkrishna
Автор

Hi Mati, First of all, thanks for the great tutorials on Kafka Streams.

I have a question about creating endpoints, is it possible to create an endpoint to get all items in a topic (For example all BankBalance in the topic)? If so, what is the return type of that specific service and how will we pack that? Thanks again!

tim
Автор

Is there next videos in thi tutorial? Hope will make project about springboot microservice with kafka!

luongbich