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
@rahulbabu46945 күн бұрын
Very irritating to hear that pronunciation of aspect as axe pect
@gallardofabian19 күн бұрын
Hi thanks for the video, can You share the link of the kafka example code? Thanks
@gallardofabian19 күн бұрын
Hi thanks for the video, can You share the link of the video example code of kafka?
@dularakhanam889324 күн бұрын
Perfectly delivered. Thanks a lot
@premierdeАй бұрын
Are the Interceptor available during @Bean initialisation/creation phase.?
@technotowntechie973223 күн бұрын
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Ай бұрын
Very Helpful video,thanks
@technotowntechie9732Ай бұрын
Thankyou
@mohitnegi4307Ай бұрын
Is it appropriate for a api gateway; To act as a oauth server instead of oauth client ?
@saquibahmad599Ай бұрын
Thank you so much ❤
@ASHISHTIWARI-nz9ffАй бұрын
WO JO ACCESS KEY HE nd secret key kha sea aya tmhre ghr se
@yelpyazАй бұрын
In a single video you have covered many types of queries. Great work. thank you
@technotowntechie9732Ай бұрын
I hope you found it easy to follow.
@houssemjallouli60832 ай бұрын
thank you <3
@technotowntechie9732Ай бұрын
You're welcome 😊
@oanhPhamvanhanam2 ай бұрын
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Ай бұрын
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.
@ashwinkumar5042 ай бұрын
Good one thanks for uploading
@technotowntechie97322 ай бұрын
Glad you enjoyed it
@arozendojr2 ай бұрын
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Ай бұрын
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.
@shivampathak3122 ай бұрын
Great Job Sir, thanks a lot.
@technotowntechie97322 ай бұрын
You are welcome 😊
@anushbabu50232 ай бұрын
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Ай бұрын
Can you share the error message?
@shwetapednekar66972 ай бұрын
Very crisp and precise explanation. Thanks !!
@incrediblevideo89692 ай бұрын
Tere bas ka nahi hai bhayi..first clear your concepts..
@technotowntechie97322 ай бұрын
Thanks. First, learn how to add your own videos to your playlist rather than other people's videos, and then make suggestions.
@one_another_goal3 ай бұрын
please give guide how to test this
@MysticCaravan3 ай бұрын
you sound so far away.
@technotowntechie97322 ай бұрын
Sorry.. shortly I will make another video with decent quality sound.
@rajaganesh74773 ай бұрын
👍
@Gebrekidana3 ай бұрын
hi do you have ppt please?
@Granta_Omega3 ай бұрын
The video is way too blurry.
@technotowntechie97323 ай бұрын
Please watch my latest video. kzbin.info/www/bejne/Y5ralYZ3asqaeLs
@Leonardo-gd2iz3 ай бұрын
Спасибо. Может кто знает, как передать в метод rateLimiterCallback() заголовок запроса? Например нужно передать RequestId что бы выводить ошибку RateLimiter и RequestId в теле ответа.
@rahulgupta3733 ай бұрын
Bro try to explain in Hindi more, anyway it was a great video
@technotowntechie97323 ай бұрын
Sure, Thank you
@truongvannhan9543 ай бұрын
thank u bro , great work 🤩
@technotowntechie97323 ай бұрын
Welcome 😊
@oksanakazimirova3 ай бұрын
Udemy course about Kafka
@vino7tech3 ай бұрын
nice and thank you
@technotowntechie97323 ай бұрын
Thank you too!
@sharikkumar85813 ай бұрын
are you hear to read here ? you are reading the ppt.
@Aiiiiiiiiiiiiii64043 ай бұрын
Good explanation
@technotowntechie97323 ай бұрын
Thanks and welcome
@chaitanyakumar93623 ай бұрын
How it will work if we have multiple instances of same producer messages will be send duplicate right
@technotowntechie97323 ай бұрын
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.
@ravigowda74233 ай бұрын
Why have we hardcoded service instances of product service in inventory service ??
@ayazsolangi74084 ай бұрын
this video is very informative and good
@technotowntechie97324 ай бұрын
Glad it was helpful!
@sumithhh93794 ай бұрын
Code link?
@technotowntechie97324 ай бұрын
github.com/shameed1910/Microservices3.0.git
@andriuxonetube4 ай бұрын
thanks a lot my friend
@technotowntechie97324 ай бұрын
You are welcome
@naren069384 ай бұрын
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
@naren069384 ай бұрын
Please make it for VSCode also and put ur Github Repo link in description for us also to practice
@andriuxonetube4 ай бұрын
thanks a lot
@HariKrishna-zl8du4 ай бұрын
spell cassandra correctly
@saurabhmaithani55724 ай бұрын
Thanks bro for detailed explaination
@bhuvaneshwarib724 ай бұрын
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
@technotowntechie97324 ай бұрын
Send me an exception stack trace
@thejas69225 ай бұрын
boooring explanatioon
@technotowntechie97325 ай бұрын
Thanks 😊
@sumanthmuttuvalli49315 ай бұрын
Thank You So Much
@jayeshnayee67355 ай бұрын
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 .
@technotowntechie97325 ай бұрын
Sure
@_softrider5 ай бұрын
Nice video❤
@technotowntechie97325 ай бұрын
Thank you 👍
@jagannathsahu10875 ай бұрын
Thanks
@meryemOuyouss20025 ай бұрын
Nice ,you explain mapstruct clearly,I like really like it
@96696852725 ай бұрын
Useful video. Keep uploading new videos.
@natureloverJ6 ай бұрын
I think the name should be - Techno Techie Town Or Techie Techno Town