Aws CLI Configuration
11:29
Ай бұрын
Accept Encoding Final
18:24
Ай бұрын
How to Install OpenSSL on Windows
4:42
Пікірлер
@phamthanhphuc2591
@phamthanhphuc2591 7 сағат бұрын
Finally i can make it thank you so much
@enggadda
@enggadda 5 сағат бұрын
Welcome
@chandrayadav36957
@chandrayadav36957 5 күн бұрын
Recommend for 2024🎉
@shujajilani7496
@shujajilani7496 8 күн бұрын
Great explanation with depth, thanks!
@enggadda
@enggadda 8 күн бұрын
Welcome
@rishiraj2548
@rishiraj2548 8 күн бұрын
🙏🙂
@dietproclinic
@dietproclinic 8 күн бұрын
❤❤very nice and useful
@d16_bhoomitradadiya23
@d16_bhoomitradadiya23 11 күн бұрын
thank you brother
@enggadda
@enggadda 11 күн бұрын
Welcome
@harry999881
@harry999881 12 күн бұрын
Nice Explanation
@enggadda
@enggadda 11 күн бұрын
Thanks
@shubhsinghal9502
@shubhsinghal9502 13 күн бұрын
please also provide the kibana config
@enggadda
@enggadda 13 күн бұрын
Sure
@namanpahariya1268
@namanpahariya1268 13 күн бұрын
Thanks man! Works fine.
@enggadda
@enggadda 13 күн бұрын
Welcome
@namanpahariya1268
@namanpahariya1268 13 күн бұрын
@@enggadda when I manually navigate to my frontend route, by typing it in URL it gives 404 error?
@enggadda
@enggadda 13 күн бұрын
@@namanpahariya1268 check if you are using the correct url
@namanpahariya1268
@namanpahariya1268 13 күн бұрын
@@enggadda my URL is correct, because navigating through UI button, it works correct.
@Anime_Addict11
@Anime_Addict11 19 күн бұрын
sir i face the 500 internal server error how i can solve it
@enggadda
@enggadda 18 күн бұрын
Could you please provide more details about the specific error you're encountering?
@ameykulkarni1742
@ameykulkarni1742 21 күн бұрын
Great content!! keep making videos!
@enggadda
@enggadda 20 күн бұрын
Please support the channel
@ShaikNaimuddin-h8w
@ShaikNaimuddin-h8w 21 күн бұрын
Hello ,can we upload our docker image instead of uploading zip file ?
@enggadda
@enggadda 21 күн бұрын
i don't think it will serve the purpose .
@narendrakumariitb
@narendrakumariitb 21 күн бұрын
Thank you for such a clean demo. Can we directly execute lambda function without integrating API gateway?
@enggadda
@enggadda 21 күн бұрын
You can execute it , it's only for testing , but you can't use it some else like Front end to call your APIs
@narendrakumariitb
@narendrakumariitb 21 күн бұрын
@enggadda sure thanks for replying
@ChandanKumar-xd1tg
@ChandanKumar-xd1tg 22 күн бұрын
super explain
@mesmerizeart663
@mesmerizeart663 22 күн бұрын
Thank You Boss 👍👍
@enggadda
@enggadda 22 күн бұрын
welcome
@rishiraj2548
@rishiraj2548 22 күн бұрын
🙏🏻🙂
@soyyo-p6x
@soyyo-p6x 22 күн бұрын
I love your videos, thanks
@enggadda
@enggadda 22 күн бұрын
Welcome please support the channel
@bijayapradhan4412
@bijayapradhan4412 24 күн бұрын
how to configure connection pooling?
@rishiraj2548
@rishiraj2548 26 күн бұрын
Great thanks!
@enggadda
@enggadda 26 күн бұрын
Welcome 🤗
@lohithashwa6653
@lohithashwa6653 26 күн бұрын
Damn! Thank you very much. Finally it worked.
@enggadda
@enggadda 26 күн бұрын
Welcome 🤗
@mahenderkandagatla7619
@mahenderkandagatla7619 26 күн бұрын
saved my time thank you
@enggadda
@enggadda 26 күн бұрын
Welcome 🤗
@naveennandhi4182
@naveennandhi4182 27 күн бұрын
what if 2 microservices have same api name
@enggadda
@enggadda 27 күн бұрын
make sure port is different
@stackoverflow9200
@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.
@enggadda
@enggadda 27 күн бұрын
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
@leelamadipalli7495 Ай бұрын
do we need to add any headers in postman??
@enggadda
@enggadda 27 күн бұрын
can you please add the time stamp , where you are facing the issue , i will check and let you know.
@techkid358
@techkid358 Ай бұрын
.build is not working in my project i have already define just like u
@harierigineni6338
@harierigineni6338 Ай бұрын
Good teaching
@enggadda
@enggadda Ай бұрын
Thanks
@nisaauliar
@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
@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
@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
@lakshmiperumal1 Ай бұрын
Thanks...it worked
@enggadda
@enggadda Ай бұрын
You're welcome!
@raghunathdas8106
@raghunathdas8106 Ай бұрын
Superb content ❤
@enggadda
@enggadda Ай бұрын
Glad you liked it
@soyyo-p6x
@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
@enggadda Ай бұрын
There is a video on my channel that does the same , look for it under query DSL playlist
@enggadda
@enggadda Ай бұрын
It's title is auto suggest query DSL
@rushikeshpanchal1349
@rushikeshpanchal1349 Ай бұрын
Informative and well structured session video
@enggadda
@enggadda Ай бұрын
Thanks 🙏
@subhambhattacharyya8802
@subhambhattacharyya8802 Ай бұрын
Thank you very much! I learned a lot from this video.
@enggadda
@enggadda Ай бұрын
Welcome , please support the channel
@soyyo-p6x
@soyyo-p6x Ай бұрын
I am getting error 401 Unauthorized help me
@enggadda
@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
@aylinsolak9627 Ай бұрын
how i can run both of them as 1 and call them via same root url (localhost:8080)?
@enggadda
@enggadda Ай бұрын
We check and let you know
@RobyGi
@RobyGi Ай бұрын
Good job, explained very clearly. Just use shorter names for your projects 😉
@enggadda
@enggadda Ай бұрын
Thanks , please support the channel
@ManjuManju-j9x
@ManjuManju-j9x Ай бұрын
Super
@enggadda
@enggadda Ай бұрын
Thanks you liked it
@rishiraj2548
@rishiraj2548 Ай бұрын
🙏🏻🙂
@viewermm1588
@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
@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 ?
@tandapnoelbansikah6280
@tandapnoelbansikah6280 4 күн бұрын
@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
@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
@enggadda Ай бұрын
Try reinstall it , I am not sure need to check
@rishiraj2548
@rishiraj2548 Ай бұрын
🙏🏻😎
@md.marufurrahmanremon3095
@md.marufurrahmanremon3095 Ай бұрын
Thanks from BD
@Jeyashreesanthosh
@Jeyashreesanthosh 2 ай бұрын
Bro please make vert.x framework video
@rishiraj2548
@rishiraj2548 2 ай бұрын
😎🙏🏻
@MrutyunjaySambalad
@MrutyunjaySambalad 2 ай бұрын
hi sir if third party has the Https in that situvation what are the steps we can take provide one video related real data
@enggadda
@enggadda 2 ай бұрын
There is a video on my channel where I have used the real time free website data json placeholder, you can check that
@MrutyunjaySambalad
@MrutyunjaySambalad 2 ай бұрын
Hi sir i am getting response 200 Ok but crud operations are not happening how handle a Database here ?
@enggadda
@enggadda 2 ай бұрын
Sorry did not get you here
@mohammedharoon1167
@mohammedharoon1167 2 ай бұрын
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❤
@enggadda
@enggadda 2 ай бұрын
Thanks for comment, please support the channel
@krushnatmalavekar5776
@krushnatmalavekar5776 2 ай бұрын
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();
@vivekhattarge5795
@vivekhattarge5795 2 ай бұрын
you have explained pretty well. +1 point, is for showing it E2E (studio 3T as well). Thanks!
@enggadda
@enggadda 2 ай бұрын
Thanks for Support
@rishiraj2548
@rishiraj2548 2 ай бұрын
Good evening 🙏🏻🙂