FilledStacks / flutter-tutorials

The repo contains the source code for all the tutorials on the FilledStacks Youtube channel.
MIT License
4.76k stars 1.76k forks source link

[Question] How to connect to Kafka using Flutter #87

Open scheung38 opened 4 years ago

scheung38 commented 4 years ago

This post shows how to setup a reactive stack with Spring Boot Webflux, Apache Kafka and Angular 8.

https://raymondhlee.wordpress.com/2019/11/23/a-reactive-stack-with-spring-boot-kafka-and-angular/

How to use Flutter instead? Thanks

FilledStacks commented 4 years ago

Probably the same but using dart code? I don't think there would be much difference. I don't know how any of that works so I won't have any input but I assume it'll be the same pseudo code so you just have to find the dart libraries that accommodates that.