Пікірлер
@Aadityab17
@Aadityab17 4 күн бұрын
so what will be message flow in this scenario - when we have 4 partition and single consumer A, 4 message produces, 4 message consume by single consumer A, now another consumer B got connected with that broker, how rebalancing will happened, from where means from beginning or latest , B will consume the message
@rahulbabu4694
@rahulbabu4694 5 күн бұрын
Very irritating to hear that pronunciation of aspect as axe pect
@gallardofabian
@gallardofabian 19 күн бұрын
Hi thanks for the video, can You share the link of the kafka example code? Thanks
@gallardofabian
@gallardofabian 19 күн бұрын
Hi thanks for the video, can You share the link of the video example code of kafka?
@dularakhanam8893
@dularakhanam8893 24 күн бұрын
Perfectly delivered. Thanks a lot
@premierde
@premierde Ай бұрын
Are the Interceptor available during @Bean initialisation/creation phase.?
@technotowntechie9732
@technotowntechie9732 23 күн бұрын
No, Spring's interceptors are not available during the @Bean initialization or creation phase. Here's why: When a @Bean is created in Spring, it goes through several lifecycle phases, including instantiation, dependency injection, and initialization. Interceptors (such as those in Spring MVC or Spring AOP) apply to method execution or request processing, but they do not intercept the bean creation process itself.
@pranavsinha6561
@pranavsinha6561 Ай бұрын
Very Helpful video,thanks
@technotowntechie9732
@technotowntechie9732 Ай бұрын
Thankyou
@mohitnegi4307
@mohitnegi4307 Ай бұрын
Is it appropriate for a api gateway; To act as a oauth server instead of oauth client ?
@saquibahmad599
@saquibahmad599 Ай бұрын
Thank you so much ❤
@ASHISHTIWARI-nz9ff
@ASHISHTIWARI-nz9ff Ай бұрын
WO JO ACCESS KEY HE nd secret key kha sea aya tmhre ghr se
@yelpyaz
@yelpyaz Ай бұрын
In a single video you have covered many types of queries. Great work. thank you
@technotowntechie9732
@technotowntechie9732 Ай бұрын
I hope you found it easy to follow.
@houssemjallouli6083
@houssemjallouli6083 2 ай бұрын
thank you <3
@technotowntechie9732
@technotowntechie9732 Ай бұрын
You're welcome 😊
@oanhPhamvanhanam
@oanhPhamvanhanam 2 ай бұрын
Thank you a lot. This video helped me to solve the issue that I had with Cloud Bus and the way I implemented it!. But I have a concern. what happens if I have multiple folder containing config for each service (service-one: application.yaml, service-two: application-yaml) then I only change the config of service-one. How to apply these only change for service-one. I mean how can I trigger endpoint /busrefresh for for these only service-one." Thanks so much.
@technotowntechie9732
@technotowntechie9732 Ай бұрын
You are welcome, I am glad it was helpful. That is a great question! If you have a Spring Boot setup with multiple services (each having its own configuration file, e.g., application-service-one.yaml, application-service-two.yaml), and you only want to refresh the configuration for one specific service (e.g., service-one), you can target that service specifically using the destination parameter in the /actuator/busrefresh endpoint. Trigger /actuator/busrefresh with Destination: To refresh only service-one, you can specify its destination using the destination parameter in the POST request. curl -X POST "localhost:8080/actuator/busrefresh?destination=service-one:**" Here, service-one:** targets only instances of service-one for configuration refresh. The double asterisk (**) wildcard matches all instances of the service.
@ashwinkumar504
@ashwinkumar504 2 ай бұрын
Good one thanks for uploading
@technotowntechie9732
@technotowntechie9732 2 ай бұрын
Glad you enjoyed it
@arozendojr
@arozendojr 2 ай бұрын
Technical question: In what context is Eureka SpringCloud recommended? As it is a service discovery, it does practically the same thing as the kubernets stack, istio, etc. Is it possible to use the
@technotowntechie9732
@technotowntechie9732 Ай бұрын
Great question, In summary, Eureka is best suited for simpler, non-containerized, or hybrid environments that don't need the advanced features of Kubernetes or Istio. In cloud-native environments or where you’re already using Kubernetes, its built-in features, often augmented by a service mesh, are typically preferred over Eureka.
@shivampathak312
@shivampathak312 2 ай бұрын
Great Job Sir, thanks a lot.
@technotowntechie9732
@technotowntechie9732 2 ай бұрын
You are welcome 😊
@anushbabu5023
@anushbabu5023 2 ай бұрын
Hi Sir, Am getting spring boot app build failed. Have created the deployment object, service, persisted voulme client, configmap and secret . postgres is running fine but not sure why spring app build failed with error hostnot found error
@technotowntechie9732
@technotowntechie9732 Ай бұрын
Can you share the error message?
@shwetapednekar6697
@shwetapednekar6697 2 ай бұрын
Very crisp and precise explanation. Thanks !!
@incrediblevideo8969
@incrediblevideo8969 2 ай бұрын
Tere bas ka nahi hai bhayi..first clear your concepts..
@technotowntechie9732
@technotowntechie9732 2 ай бұрын
Thanks. First, learn how to add your own videos to your playlist rather than other people's videos, and then make suggestions.
@one_another_goal
@one_another_goal 3 ай бұрын
please give guide how to test this
@MysticCaravan
@MysticCaravan 3 ай бұрын
you sound so far away.
@technotowntechie9732
@technotowntechie9732 2 ай бұрын
Sorry.. shortly I will make another video with decent quality sound.
@rajaganesh7477
@rajaganesh7477 3 ай бұрын
👍
@Gebrekidana
@Gebrekidana 3 ай бұрын
hi do you have ppt please?
@Granta_Omega
@Granta_Omega 3 ай бұрын
The video is way too blurry.
@technotowntechie9732
@technotowntechie9732 3 ай бұрын
Please watch my latest video. kzbin.info/www/bejne/Y5ralYZ3asqaeLs
@Leonardo-gd2iz
@Leonardo-gd2iz 3 ай бұрын
Спасибо. Может кто знает, как передать в метод rateLimiterCallback() заголовок запроса? Например нужно передать RequestId что бы выводить ошибку RateLimiter и RequestId в теле ответа.
@rahulgupta373
@rahulgupta373 3 ай бұрын
Bro try to explain in Hindi more, anyway it was a great video
@technotowntechie9732
@technotowntechie9732 3 ай бұрын
Sure, Thank you
@truongvannhan954
@truongvannhan954 3 ай бұрын
thank u bro , great work 🤩
@technotowntechie9732
@technotowntechie9732 3 ай бұрын
Welcome 😊
@oksanakazimirova
@oksanakazimirova 3 ай бұрын
Udemy course about Kafka
@vino7tech
@vino7tech 3 ай бұрын
nice and thank you
@technotowntechie9732
@technotowntechie9732 3 ай бұрын
Thank you too!
@sharikkumar8581
@sharikkumar8581 3 ай бұрын
are you hear to read here ? you are reading the ppt.
@Aiiiiiiiiiiiiii6404
@Aiiiiiiiiiiiiii6404 3 ай бұрын
Good explanation
@technotowntechie9732
@technotowntechie9732 3 ай бұрын
Thanks and welcome
@chaitanyakumar9362
@chaitanyakumar9362 3 ай бұрын
How it will work if we have multiple instances of same producer messages will be send duplicate right
@technotowntechie9732
@technotowntechie9732 3 ай бұрын
While having multiple producer instances can lead to potential duplicates if not managed properly, Kafka's idempotent producer feature and proper configuration can help mitigate this risk.
@ravigowda7423
@ravigowda7423 3 ай бұрын
Why have we hardcoded service instances of product service in inventory service ??
@ayazsolangi7408
@ayazsolangi7408 4 ай бұрын
this video is very informative and good
@technotowntechie9732
@technotowntechie9732 4 ай бұрын
Glad it was helpful!
@sumithhh9379
@sumithhh9379 4 ай бұрын
Code link?
@technotowntechie9732
@technotowntechie9732 4 ай бұрын
github.com/shameed1910/Microservices3.0.git
@andriuxonetube
@andriuxonetube 4 ай бұрын
thanks a lot my friend
@technotowntechie9732
@technotowntechie9732 4 ай бұрын
You are welcome
@naren06938
@naren06938 4 ай бұрын
Azure very comfortable, but Bills are heavy...i often keep My docker images in AWS ECR for several months, No bill there, but in Azure i kept just for 1.5 month, Azure billed me 1300/-.....Bill Gates too much Worst commercial person, indirectly Robbed Everyone's pocket
@naren06938
@naren06938 4 ай бұрын
Please make it for VSCode also and put ur Github Repo link in description for us also to practice
@andriuxonetube
@andriuxonetube 4 ай бұрын
thanks a lot
@HariKrishna-zl8du
@HariKrishna-zl8du 4 ай бұрын
spell cassandra correctly
@saurabhmaithani5572
@saurabhmaithani5572 4 ай бұрын
Thanks bro for detailed explaination
@bhuvaneshwarib72
@bhuvaneshwarib72 4 ай бұрын
Hi sir, how to get the server ip address when @cron is running in utility, i have used httpservlet request, but i am getting an exception
@technotowntechie9732
@technotowntechie9732 4 ай бұрын
Send me an exception stack trace
@thejas6922
@thejas6922 5 ай бұрын
boooring explanatioon
@technotowntechie9732
@technotowntechie9732 5 ай бұрын
Thanks 😊
@sumanthmuttuvalli4931
@sumanthmuttuvalli4931 5 ай бұрын
Thank You So Much
@jayeshnayee6735
@jayeshnayee6735 5 ай бұрын
Please make video for spring boot and mysql with keycloak embedded project I need only automatically create database and stored data for keycloak clients in table .
@technotowntechie9732
@technotowntechie9732 5 ай бұрын
Sure
@_softrider
@_softrider 5 ай бұрын
Nice video❤
@technotowntechie9732
@technotowntechie9732 5 ай бұрын
Thank you 👍
@jagannathsahu1087
@jagannathsahu1087 5 ай бұрын
Thanks
@meryemOuyouss2002
@meryemOuyouss2002 5 ай бұрын
Nice ,you explain mapstruct clearly,I like really like it
@9669685272
@9669685272 5 ай бұрын
Useful video. Keep uploading new videos.
@natureloverJ
@natureloverJ 6 ай бұрын
I think the name should be - Techno Techie Town Or Techie Techno Town