I'm working on microservices project that includes user service course service and others, user service have many users like parents, students, admins, employees and much more, how to handle authentication and authorization using keycloak and gateway server? Or how keycloak database will know about user's in user service to give each user it's own access token?
@sreddy814119 сағат бұрын
Thanks a lot sir for this. Could you please make Playlist on multithreading in java, latest changes. How multiple thread works, how to track the status of each thread. For example if im downloading large file or reading large file from 1 locationand write it to some location using multithreading. Happy flow and negative scenarios like any issue occrus or any thread fails while reading or writing. I want to learn . Please sir
@Javatechie18 сағат бұрын
Already I covered few of your uscase in my recent previos videos please check them
@ashishmahanta796319 сағат бұрын
Please give any idea how resolve Lombok related issues if am taking either data or getter and setter annotations getting issue if I am adding manual getter and setter then I don't get any issues
@Javatechie18 сағат бұрын
Please check my lombok tutorial i have explained in detail
@yashwanthreddygowreddigari19977 сағат бұрын
Hi bro can you make it interview questions and answers for any client interview side coding and theoritical i.e on java backend developer for experience side how can we approach answers for client interview
@Gopichandk192111 сағат бұрын
Hi Sir, I have a doubt. In my application, we are using schedulers, and we have deployed it on two servers. Both the server schedulers are running at the same time, causing duplicate data to be fetched or duplicate status logs to be printed. I need to balance it so that if a scheduler is already running on one server, the other server should wait for its turn.
@Javatechie10 сағат бұрын
Okay so you need to implement shedlock to avoid duplicate run buddy
@gourabbanik204320 сағат бұрын
Sir can you please create a tutorial about How to create audit db with redis
@Javatechie20 сағат бұрын
I believe you can create the audit entity the same way as other entities. Are you facing any issues? Let me know, and I'll also check if there's another approach to handle this audit functionality in Redis.
@arunreddy918918 сағат бұрын
How can we handle this scenario in micro services architecture
@Javatechie18 сағат бұрын
In microservice we can handle it using saga design pattern which i already explained please check my microservice design pattern Playlist
@sushant681519 сағат бұрын
Please create course for payment api gateway implimentation
@Javatechie18 сағат бұрын
Already uploaded using different payment gateway like stripe , PayPal and paytm please filter in search tab
@bharathram00519 сағат бұрын
Hi bro please upload springboot interview question and answer part 7