@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
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'
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
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 ?
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
@@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.
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
@@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.
Perfectly explained what is required to kickstart...!!!
Thank you.
Very clean and simple explanation and example.
Thank you Excellent video.
Excellent demo, subscribed
Wow amazed thanks 👍 please provide same type of video for docker
Crystal clear and impressive CP 🤟🏼
Very nicely done
Superb Explanation buddy
thanks for your video. It helped me so much
Perfect..This is what I was looking for
Good video 👍
And zookeeper, Eureka and Consul etc used for Service Registry to discover it later.
Thank you, it's really simple and clear 👍
Great video
Very good demo !!!
good way to explain
Very Helpful...
Perfect
Awesome!!
Good one..
hey you, dont you known reading element while send messages topic is json ?
Thank you .
Thanks bro
hy can you please make video for consumer as api soon.. love your way of teaching.
Have you got anything for consumer as API.
Thank sir
I used dockerfile to create a container image.Our linux version support yum command.
Can you do a video for posting message on Kafka with confluent
Please upload video how to implement microservices .Net
Zookeeper ..Scared by a Lion 😄😂
Is it possible to have consumers in the .net core API? Kind of the topic calling the consumer
Consumer means reading the messages. Yes we can implement api, write get api inside write consumer code and send the result as response.
Do you implement any microservice with Docker container?
will update for that soon.
@@codingfriday6537 still waiting...
@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
Nice explanation
hey you, dont you known reading element while send messages topic is json ?
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'
Can you please create a video implementing kafka Consumer Microservice using API
@codingFriday can u please guide on..if i want to read all messages from producer since beginning...code in .net
Here producer produces messages to the topic. From topic we have to read mesaages(consume)
Which do you prefer Kafka or RabbitMQ
RabbitMQ, for its great support
@@codingfriday6537 please create
a rabbitmq tutorial, I'd love to see its benefits and what I could use for
Sir can you please why you created console app and not the web api project
Can you show us SSL connectivity in consumer config.. Like how to setup Certificates erc
can we have continuation for this video ?
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
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.
We have to write two methods one for produce and one for consume. It works well.
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 ?
When i hit postman send button. it's can't hit controller httppost method.
Do you resolve your problem
I am eagerly waiting for your reply.
I'm not send API , help me
How many of you got his name in first go?
Hello. I am not able to run ZooKeeper exe
please follow the same steps..nd download the same version..it should work for you
@@codingfriday6537 I am unable to download the version 3.5.7. Anything you can guide me here
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
@@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.
@@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.
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
May i know what is still required fr u?
please
let's connect at 8824259827
@@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.
its very basic content.
yes that was the simplest example to start with Kafka.
hey you, dont you known reading element while send messages topic is json ?