Kafka implementation in .Net core for microservice communication with practical example

  Рет қаралды 37,368

codingFriday

codingFriday

Күн бұрын

Пікірлер: 83
@ankushjain358
@ankushjain358 4 жыл бұрын
Perfectly explained what is required to kickstart...!!!
@codingfriday6537
@codingfriday6537 4 жыл бұрын
Thank you.
@MamtaSingh-nn6qc
@MamtaSingh-nn6qc 5 ай бұрын
Wow amazed thanks 👍 please provide same type of video for docker
@Tolg
@Tolg 3 жыл бұрын
Very clean and simple explanation and example.
@Krishna-pn5je
@Krishna-pn5je 3 жыл бұрын
Thank you Excellent video.
@abhishekchopra6329
@abhishekchopra6329 3 жыл бұрын
Crystal clear and impressive CP 🤟🏼
@vietphan6485
@vietphan6485 2 жыл бұрын
thanks for your video. It helped me so much
@manpreet4all
@manpreet4all 3 жыл бұрын
Good video 👍 And zookeeper, Eureka and Consul etc used for Service Registry to discover it later.
@diyasentertainmentvlogs4308
@diyasentertainmentvlogs4308 2 жыл бұрын
Excellent demo, subscribed
@AhmedAmine..
@AhmedAmine.. 3 жыл бұрын
Thank you, it's really simple and clear 👍
@02565224215
@02565224215 3 жыл бұрын
Perfect..This is what I was looking for
@rameshchandan5720
@rameshchandan5720 2 жыл бұрын
Very nicely done
@mdshakeel1
@mdshakeel1 3 жыл бұрын
Superb Explanation buddy
@shelen20
@shelen20 3 жыл бұрын
good way to explain
@MrYuri359
@MrYuri359 3 жыл бұрын
Great video
@tamannasharma3524
@tamannasharma3524 4 жыл бұрын
hy can you please make video for consumer as api soon.. love your way of teaching.
@hotamkushwah2450
@hotamkushwah2450 3 жыл бұрын
Have you got anything for consumer as API.
@uttamsuthar9940
@uttamsuthar9940 3 жыл бұрын
Very Helpful...
@billyli5174
@billyli5174 3 жыл бұрын
Thank you .
@MrTouqeerhameed
@MrTouqeerhameed Жыл бұрын
Perfect
@shethdhaval8035
@shethdhaval8035 2 жыл бұрын
Very good demo !!!
@niravpatel6195
@niravpatel6195 2 жыл бұрын
I used dockerfile to create a container image.Our linux version support yum command.
@abdulwahidshafayee544
@abdulwahidshafayee544 3 жыл бұрын
Thanks bro
@minimo6805
@minimo6805 3 жыл бұрын
Please upload video how to implement microservices .Net
@anoopind001
@anoopind001 4 жыл бұрын
Good one..
@huyohuu4867
@huyohuu4867 4 жыл бұрын
hey you, dont you known reading element while send messages topic is json ?
@pavania68
@pavania68 2 жыл бұрын
Can you do a video for posting message on Kafka with confluent
@IFindBug
@IFindBug 4 жыл бұрын
Thank sir
@SandeepSharma-wx9pu
@SandeepSharma-wx9pu 4 жыл бұрын
Do you implement any microservice with Docker container?
@codingfriday6537
@codingfriday6537 4 жыл бұрын
will update for that soon.
@heathens2867
@heathens2867 2 жыл бұрын
@@codingfriday6537 still waiting...
@Afrath00
@Afrath00 2 жыл бұрын
@coding firdauy:: I need to push a message to server Kafka topic from local it is possible? If possible means share the link? 2. I need to consume a message from a server Kafka topic in local is it possible? We are using .net microservices
@sunclaude
@sunclaude 2 жыл бұрын
Zookeeper ..Scared by a Lion 😄😂
@CoolVishu4u4ever
@CoolVishu4u4ever 3 жыл бұрын
Awesome!!
@vanapandian
@vanapandian 2 жыл бұрын
Is it possible to have consumers in the .net core API? Kind of the topic calling the consumer
@meghabachu
@meghabachu Жыл бұрын
Consumer means reading the messages. Yes we can implement api, write get api inside write consumer code and send the result as response.
@kurakulaprasad7898
@kurakulaprasad7898 3 жыл бұрын
Can you please create a video implementing kafka Consumer Microservice using API
@DavidCoding452
@DavidCoding452 4 жыл бұрын
Which do you prefer Kafka or RabbitMQ
@codingfriday6537
@codingfriday6537 4 жыл бұрын
RabbitMQ, for its great support
@DavidCoding452
@DavidCoding452 4 жыл бұрын
@@codingfriday6537 please create a rabbitmq tutorial, I'd love to see its benefits and what I could use for
@visamtechtalk
@visamtechtalk 4 жыл бұрын
Nice explanation
@huyohuu4867
@huyohuu4867 4 жыл бұрын
hey you, dont you known reading element while send messages topic is json ?
@evanjohan4927
@evanjohan4927 4 жыл бұрын
Hi jhon, iam so excited for kafka in background service in netcore. Iam have a problem after upgrade kafka 1.0 beta to 1.4.3 . In consumer cant send to producer. Example i have api orderrequests, iam produce to topic 'orderrequests'. So consumer 'orderrequest' to listen topic. In back groundservice. I want consumer 'orderrequest' to produce topic 'readytoship'. In schema api orderrequets->produce orderrequest->send topic orderrequest-> consumer orderrequests send produce to topic readytoship. I hope u can help my problem. Thank you. :D
@hotamkushwah2450
@hotamkushwah2450 3 жыл бұрын
I am also facing the same isse , able to produce topics but consumer not able to read them in API. In console app it is working fine.
@meghabachu
@meghabachu Жыл бұрын
We have to write two methods one for produce and one for consume. It works well.
@niravpatel6195
@niravpatel6195 2 жыл бұрын
Hello Sir , I have .net core console app built with confluent kafka library.When I deploy it to openshift (redhat linux) it throws me error about openssl.I use .net6 , windows 10 and confluent kafka latest version.Please help me to resolve the issue.Below is the eror I received. An exception of type 'System.InvalidOperationException' occurred in Confluent.Kafka.dll but was not handled in user code: 'No provider for SASL mechanism GSSAPI: recompile librdkafka with libsasl2 or openssl support. Current build options: PLAIN SASL_SCRAM'
@gvbsprasad2179
@gvbsprasad2179 3 жыл бұрын
Can you show us SSL connectivity in consumer config.. Like how to setup Certificates erc
@archanapoul968
@archanapoul968 2 жыл бұрын
@codingFriday can u please guide on..if i want to read all messages from producer since beginning...code in .net
@meghabachu
@meghabachu Жыл бұрын
Here producer produces messages to the topic. From topic we have to read mesaages(consume)
@visamtechtalk
@visamtechtalk 4 жыл бұрын
Can you share me one consumer console application example in .net which consumes kafka messages for storing the messages in SQL Server using JDBC connector ?
@my3m
@my3m 4 жыл бұрын
Sir can you please why you created console app and not the web api project
@niravpatel6195
@niravpatel6195 2 жыл бұрын
I am eagerly waiting for your reply.
@RamKumar-ou5rg
@RamKumar-ou5rg 3 жыл бұрын
can we have continuation for this video ?
@sscteam8238
@sscteam8238 4 жыл бұрын
When i hit postman send button. it's can't hit controller httppost method.
@anythigkhan574
@anythigkhan574 2 жыл бұрын
Do you resolve your problem
@girishkona
@girishkona 3 жыл бұрын
How many of you got his name in first go?
@huydohuu8560
@huydohuu8560 4 жыл бұрын
I'm not send API , help me
@pranshubansal9297
@pranshubansal9297 3 жыл бұрын
You didn't explain the things rather just copied and paste. Also its not clear why you want everything very fast which makes even you nervous and confused. Take it as feedback. I visited your site to watch something related to Kafka but I just got to know something you have to copy and something you have to paste to make it work... lol Sorry
@meghabachu
@meghabachu Жыл бұрын
May i know what is still required fr u?
@sachinlade7441
@sachinlade7441 4 жыл бұрын
Hello. I am not able to run ZooKeeper exe
@codingfriday6537
@codingfriday6537 4 жыл бұрын
please follow the same steps..nd download the same version..it should work for you
@sachinlade7441
@sachinlade7441 4 жыл бұрын
@@codingfriday6537 I am unable to download the version 3.5.7. Anything you can guide me here
@sachinlade7441
@sachinlade7441 4 жыл бұрын
First, I ran the jre. Then I have downloaded zookeeper 3.5.8 (which is now the stable version). But when I click on the exe it doesn't do anything. Your help would be much appreciated
@codingfriday6537
@codingfriday6537 4 жыл бұрын
@@sachinlade7441 if there is no error.. may be you can continue with other steps..or you can check this by directly cloning the code from GitHub..nd just start testing with postman..bcoj it gonna be difficult to say without any error.
@sachinlade7441
@sachinlade7441 4 жыл бұрын
@@codingfriday6537 Got it running finally. I will let you know some steps , which you can to get it running if people have not used it.
@RajuKumar-be9gm
@RajuKumar-be9gm 4 жыл бұрын
please
@codingfriday6537
@codingfriday6537 4 жыл бұрын
let's connect at 8824259827
@RajuKumar-be9gm
@RajuKumar-be9gm 4 жыл бұрын
@@codingfriday6537 thanks for sharing, I have a small question if I send 5000 messages and able to see all the messages have processed by consumer and it dump into db and the retention.period = 1 means this 5000 messages is goes away after 1 hour but some reason it not working . 5000 message are still there, I do not want manually remove this massage and the rentention.period is not working so how we will do. it's production env.
@mr-black_rock321
@mr-black_rock321 4 жыл бұрын
its very basic content.
@codingfriday6537
@codingfriday6537 4 жыл бұрын
yes that was the simplest example to start with Kafka.
@huyohuu4867
@huyohuu4867 4 жыл бұрын
hey you, dont you known reading element while send messages topic is json ?
A BETTER Way to Kafka Event Driven Applications with C#
14:44
Gui Ferreira
Рет қаралды 14 М.
RabbitMQ in .NET Core (Part 1, Single producer and consumer with Queue)
19:38
DotNet Core Central
Рет қаралды 121 М.
Kafka for .NET Developers - Ian Cooper - NDC London 2024
1:05:07
NDC Conferences
Рет қаралды 8 М.