Every time when i see the channel learn new things thanks a lot
@yatinbaraiya91454 ай бұрын
excellent job , I did not see any video like this , you explained everything
@gopisambasivarao52824 ай бұрын
Thanks @Basant. Appreciate your efforts. God Bless you!🙂🙏👍
@PareeJog4 ай бұрын
Ur videos are very helpful to developers as it has practical working examples to showcase that pattern . can you please add video for remaining micro services architectural patterns as well with the code example to demonstrate it.
@Javatechie4 ай бұрын
Thank you for following javatechie buddy. Sure I will cover all design pattern
@Anilkumar-reddy4 ай бұрын
Bro , let me know when can we meet up ?. I wanna give u a treat. Ur awesome. Why can’t u plan a meet up with ur followers?
@Javatechie4 ай бұрын
I am pretty sure No one will come buddy 🤣🤣. But this is a good suggestion we will definitely plan for it .
@maheshk53764 ай бұрын
@Anilkumar-reddy +1
@Anilkumar-reddy4 ай бұрын
@@Javatechie I will be coming, No matter how many will attend. will meet up and eager to get a guidance from the legend like you.
@Javatechie4 ай бұрын
@@Anilkumar-reddy thank you so much buddy sure we will plan for it
@ainki00074 ай бұрын
+1 for hyd
@jrdillip4 ай бұрын
ଭାଇ ବହୁତ୍ ସୁନ୍ଦର ଭିଡିଓ ବନଉଚ । ଜୟ ଜଗନ୍ନାଥ 🙏🚩❤️
@Javatechie4 ай бұрын
Jai Jagannath 🙏
@RohitSingh-sd2hn4 ай бұрын
this design pattern tutorial is going to be insane, Thanks❤
@goodcourseavailable4 ай бұрын
Java community is blessed
@debbh2744 ай бұрын
Thanks a lot for creating such nice content. You are a pride for India.
@bhaskarsharan42804 ай бұрын
Thanks for the video basant, btw nice to see your kid 😛 1:53
@Javatechie4 ай бұрын
Man 🤣🤣🤣🤣 . 😆 LoL
@girishanker37962 ай бұрын
Thank you🤍
@shashankdahake89854 ай бұрын
Another thanks man
@ravikumar-fr7gy4 ай бұрын
Thanks for the video. I've one question. Can we run the side car service in another pod instead of same pod?
@Javatechie4 ай бұрын
Yes absolutely we can
@shivyadav22784 ай бұрын
Hey thanks for this video but it seems more like two micro-services one is reading another logs. Can you create some videos where caching , load balancing could be done using side car?
@Javatechie4 ай бұрын
Reading log is not important the whole goal to explain centealize logging since this is demo i am only printing it in console .but caching using side car I don't think it's perfect solution let me check and update you.
@raushankumargupta70184 ай бұрын
Hi Basant thanks for the tutorial❤. Can you share which macbook are you using with configuration?
@atulgoyal3584 ай бұрын
@Basant Good video, one point is that if we have multpile service how can we see log chaning using sidecar..
@Javatechie4 ай бұрын
All service will write ✍️ logs to same file right what's the challenges here
@OdiaMadBiker4 ай бұрын
How can we achieve same thing for centralizing audit event entries.. ??
@toosterr62494 ай бұрын
Your microservice auth video is based on this pattern?
@pranaypaul63614 ай бұрын
Excellent explanation in moat simplified manner as usual. thank you. if possible pls let me know the theme of ur terminal...
@Javatechie4 ай бұрын
It's I Terminal 2. I will check and confirm you once again
@pranaypaul63614 ай бұрын
@@Javatechie okay. thanks.
@pranaypaul63614 ай бұрын
@@Javatechie is there any code for more than 1500 discount on ur spring Microservice course? it will be very helpful. willing to buy today.
@Javatechie4 ай бұрын
Hello pranay, Please drop me an email to javatechie4u@gmail.com
@pranaypaul63614 ай бұрын
@@Javatechie mail dropped.
@darshanr58694 ай бұрын
Give a video on service mesh communication with side car containers brother
@pritiranjanbarad48044 ай бұрын
Hi Basant, can you create saga design pattern video again with update boot 3x please.
@Javatechie4 ай бұрын
Okay I will
@deepaksahoo41754 ай бұрын
Hi basant ..have a vodeo on kafka connector ..both source and sink
@Javatechie4 ай бұрын
I will do that soon
@jagpreetsingh82884 ай бұрын
Can we achieve the same using AWS? What can we do if we need to?
@Javatechie4 ай бұрын
Yes absolutely you can just Write log file in s3 then using Athena read it and forward it to centralized logging framework in your sidecar
@d4devotion4 ай бұрын
You made the kid cross cutting concern 🤣🤣
@Javatechie4 ай бұрын
🤣🤣 just for example
@darshansahu43004 ай бұрын
If two services are there than? Log service will pull logs from both the services but how it will print time by time, 1 sec from frst service than other second from other service, if multiple service involved for api call ?? How to merge two services log file. And finally generate a single log file. Sequentially by api call??
@MuayViaura4 ай бұрын
Thanks but, log4j or logback async logging example will be much better(I guess). Your polling example is not good for auto-scaling pods Schedined polling can miss some logs for scaling I expected monitoring or authentication. are there any example for it?
@Javatechie4 ай бұрын
I will upload them
@praveens22724 ай бұрын
Hi bro, are you working in any company. Or freelancing? I want to move to freelancing any guidance you can provide.
@Javatechie4 ай бұрын
I am a working employee buddy 🤪. Earlier I got few freelancing work but I stopped it but If you need let me know I will check those contact and share with you
@praveens22724 ай бұрын
@@Javatechie what are pros and cons bro, if you have contacts plz share with me.
@theritesh9733 ай бұрын
❤❤❤
@Golbyzshorts4 ай бұрын
@javatechie this question is irrelevant to this video but still just want to ask query related to webflux..I have an batch which run weekly which consumes third party reactive api this api can send 1000 record at once and if we try to fetch all application may throw oom how can I handle it in reactive way? I am using spring boot webflux
@Golbyzshorts4 ай бұрын
How can limit data ? Can I use backpressure?but again it's a batch application where we do not have any manual intervention
@MuayViaura4 ай бұрын
@@Golbyzshortssping-data-r2dbc ? Spring-integration polling limit args? (I can’t remember name of property. But there exist) I guess Spring Integration will help you