@@enggadda when I manually navigate to my frontend route, by typing it in URL it gives 404 error?
@enggadda13 күн бұрын
@@namanpahariya1268 check if you are using the correct url
@namanpahariya126813 күн бұрын
@@enggadda my URL is correct, because navigating through UI button, it works correct.
@Anime_Addict1119 күн бұрын
sir i face the 500 internal server error how i can solve it
@enggadda18 күн бұрын
Could you please provide more details about the specific error you're encountering?
@ameykulkarni174221 күн бұрын
Great content!! keep making videos!
@enggadda20 күн бұрын
Please support the channel
@ShaikNaimuddin-h8w21 күн бұрын
Hello ,can we upload our docker image instead of uploading zip file ?
@enggadda21 күн бұрын
i don't think it will serve the purpose .
@narendrakumariitb21 күн бұрын
Thank you for such a clean demo. Can we directly execute lambda function without integrating API gateway?
@enggadda21 күн бұрын
You can execute it , it's only for testing , but you can't use it some else like Front end to call your APIs
@narendrakumariitb21 күн бұрын
@enggadda sure thanks for replying
@ChandanKumar-xd1tg22 күн бұрын
super explain
@mesmerizeart66322 күн бұрын
Thank You Boss 👍👍
@enggadda22 күн бұрын
welcome
@rishiraj254822 күн бұрын
🙏🏻🙂
@soyyo-p6x22 күн бұрын
I love your videos, thanks
@enggadda22 күн бұрын
Welcome please support the channel
@bijayapradhan441224 күн бұрын
how to configure connection pooling?
@rishiraj254826 күн бұрын
Great thanks!
@enggadda26 күн бұрын
Welcome 🤗
@lohithashwa665326 күн бұрын
Damn! Thank you very much. Finally it worked.
@enggadda26 күн бұрын
Welcome 🤗
@mahenderkandagatla761926 күн бұрын
saved my time thank you
@enggadda26 күн бұрын
Welcome 🤗
@naveennandhi418227 күн бұрын
what if 2 microservices have same api name
@enggadda27 күн бұрын
make sure port is different
@stackoverflow9200Ай бұрын
Thank you for your efforts. It is really good and keep it simple. I've a question - ConcurrentKafkaListenerContainerFactory class has a property called "concurrency". If I setConcurrency value to 4. Does it mean that 4 parallel thread will be ready at consumer side to process the consumed messages? If so, is it called parallel consumer flow? Please help me to understand. TIA.
@enggadda27 күн бұрын
Thanks for comment , Yes, setting concurrency = 4 allows for parallel processing of Kafka messages, effectively creating a parallel consumer flow at the thread level. Be sure to align the number of partitions and concurrency appropriately for optimal performance.
@leelamadipalli7495Ай бұрын
do we need to add any headers in postman??
@enggadda27 күн бұрын
can you please add the time stamp , where you are facing the issue , i will check and let you know.
@techkid358Ай бұрын
.build is not working in my project i have already define just like u
@harierigineni6338Ай бұрын
Good teaching
@enggaddaАй бұрын
Thanks
@nisaauliarАй бұрын
hello, sir, i have some issue. after extract the file, I couldn't fine elasticsearch in window batch file. but I still continue the step and at the cmd it's written like this ""warning: usage of JAVA_HOME is deprecated, use ES_JAVA_HOME" "could not find java in JAVA_HOME at "C:\Java\jdk-1.8\bin\bin\java.exe"" how can i fix this issue?
@enggaddaАй бұрын
please make sure you have correct version of jdk installed on your machine and also please read the documentation of Elasticsearch for more issues
@nisaauliarАй бұрын
@enggadda thank you for your response sir, i can fix that issue by deleting all of my java. but seriously, your video really helped me! thank you so much 🙏🙌
@lakshmiperumal1Ай бұрын
Thanks...it worked
@enggaddaАй бұрын
You're welcome!
@raghunathdas8106Ай бұрын
Superb content ❤
@enggaddaАй бұрын
Glad you liked it
@soyyo-p6xАй бұрын
A query, if I wanted to search for example Name=jos, and I need you to show me jose, jose maria, etc, thank you.
@enggaddaАй бұрын
There is a video on my channel that does the same , look for it under query DSL playlist
@enggaddaАй бұрын
It's title is auto suggest query DSL
@rushikeshpanchal1349Ай бұрын
Informative and well structured session video
@enggaddaАй бұрын
Thanks 🙏
@subhambhattacharyya8802Ай бұрын
Thank you very much! I learned a lot from this video.
@enggaddaАй бұрын
Welcome , please support the channel
@soyyo-p6xАй бұрын
I am getting error 401 Unauthorized help me
@enggaddaАй бұрын
Can you please send me screenshot, where exactly you are getting it , it's been long days since this published need to check
@aylinsolak9627Ай бұрын
how i can run both of them as 1 and call them via same root url (localhost:8080)?
@enggaddaАй бұрын
We check and let you know
@RobyGiАй бұрын
Good job, explained very clearly. Just use shorter names for your projects 😉
@enggaddaАй бұрын
Thanks , please support the channel
@ManjuManju-j9xАй бұрын
Super
@enggaddaАй бұрын
Thanks you liked it
@rishiraj2548Ай бұрын
🙏🏻🙂
@viewermm1588Ай бұрын
Great video, but I have tried to follow your instructor and install them on docker and they didnt work, elasticsearch error : ERROR: Elasticsearch died while starting up, with exit code 78725 Kibana : It looks like the webpage at 0.0.0.0:5601/?code=362902 might be having issues, or it may have moved permanently to a new web address. and also is there a way to have the composer file converted to YAML without having notepad plus?
@MattRodriguez-h7jАй бұрын
Why would one create the 2 microservices as modules instead of having 2 separate project repositories ?. Also could i have the 2 microservices modules in 2 separate git projects ?
@tandapnoelbansikah62804 күн бұрын
@MathRodriguez_h yes you can have two microservices in two separate projects and also when u use modules it helps u to keep ur code in one place rather than skipping from one repo to another
@shashanksurjekar6650Ай бұрын
Hey I'm using tabnine from than a year, but from few weeks its not working properly, after clicking tab it takes around 1 sec to autocomplete. How to solve this issue, please help?
@enggaddaАй бұрын
Try reinstall it , I am not sure need to check
@rishiraj2548Ай бұрын
🙏🏻😎
@md.marufurrahmanremon3095Ай бұрын
Thanks from BD
@Jeyashreesanthosh2 ай бұрын
Bro please make vert.x framework video
@rishiraj25482 ай бұрын
😎🙏🏻
@MrutyunjaySambalad2 ай бұрын
hi sir if third party has the Https in that situvation what are the steps we can take provide one video related real data
@enggadda2 ай бұрын
There is a video on my channel where I have used the real time free website data json placeholder, you can check that
@MrutyunjaySambalad2 ай бұрын
Hi sir i am getting response 200 Ok but crud operations are not happening how handle a Database here ?
@enggadda2 ай бұрын
Sorry did not get you here
@mohammedharoon11672 ай бұрын
Bro you are a life savier i am struggling from the morning to deploy it finally at 2am i deployed it all thanks from my heart❤
@enggadda2 ай бұрын
Thanks for comment, please support the channel
@krushnatmalavekar57762 ай бұрын
If anyone is facing some httpclientException while calling the APIs in second time , try to change StringBuiilder to String like String url=builder.concat(POST).toString(); and String url=builder.concat(POSTBYID).concat(String.valueOf(id)).toString();
@vivekhattarge57952 ай бұрын
you have explained pretty well. +1 point, is for showing it E2E (studio 3T as well). Thanks!