Reactive Extensions in .Net Core

preview_player
Показать описание
In this video I have implemented Reactive Extensions in .Net Core. The Reactive Extensions is implemented on top of Kafka consumer. When a message comes from Kafka, it is published to multiple .Net Core Reactive Extensions consumers.
Рекомендации по теме
Комментарии
Автор

Promising video but we can't see what you are typing. Make sure to make a zoom so that the text is readable!

MrElhak
Автор

Thank for creating this channel, Nirhjar, it's good, keep them coming....

AlfredoInTheWorld
Автор

Thanks for sharing the video. :)

Instead of filtering at the source level (for empty string), wouldn't it make much more reusable if this filtering mechanism was offloaded to subscribers.
In case, you wanted to perform some actions, say log count for all empty messages received in a predefined interval of time, with your current implementation you've essentially lost this feature.

pankajchaurasia
Автор

This tutorial is simple and useful, thank you.

buagaga