Hey what's the use of command key? can someone explain?
@iambalu61163 жыл бұрын
please guide how to do with NodeJS
@vinaychosla6 жыл бұрын
Superb explanation....by comparing the real time use cases..
@balschan3 жыл бұрын
Hi, I would like to clarification on following, online shopping checkout while doing payment, payment service was down.how to handle such that scenarios..
@TechPrimers3 жыл бұрын
You can fall back to alternative payment gateway or wallet. Or already say the user that there is a payment gateway issue and ask him to checkout later
@balschan3 жыл бұрын
@@TechPrimers thank you for responding..complete payment handling micro services down...getting back to user with down info may not be good experience... thinking of allow the user to check out and handle it once recovered...
@siyedyoussef32027 жыл бұрын
always given the best tutorial about spring boot #Like
@surjeetmohanty72406 жыл бұрын
if return type of fall back method is generics, will it work? I tried but its not working, if i remove generics its working fine.Is there any solution?
@vivek76543217 жыл бұрын
Very informative... Can you provide some examples with different circuit breaker pattern with hystrix ?
@bhavishyasoni74915 жыл бұрын
Good video... I am fan of your videos as you cleared all the concepts.. One thing please let me know that how we can set the maximum number of the request will be allowed during the circuit open after that the default response will be sent back to the subsequent request after max reach.. Please let me know
@YogaPrakashaBhanu6 жыл бұрын
I am getting "Unable to connect to Command Metric Stream." when i hit hystrix.stream in log i get "ashboardConfiguration$ProxyStreamServlet : Failed opening connection to localhost:8092/hystrix.stream : 404 : HTTP/1.1 404 " any way to resolve this?
@basantahota37 жыл бұрын
Great Ajay Thanks for this awesome tutorial..
@amandubey367 жыл бұрын
Thank you for Your valuable guidance in learning microservices... I have one question how to run multiple instances of the same service?
@pankajdubey13107 жыл бұрын
set VM Argument -DServer.port=8090
@TechPrimers7 жыл бұрын
Thanks pankaj. @Aman, for running locally you have to use different ports (Thats when load balancers will help)
@bathulanagendra46216 жыл бұрын
Hi Ajay , Im getting message ij hysterix dashboard like "Unable to connect to Command Metric Stream."
@rocfabregas56076 жыл бұрын
Having the same problem here. Anyone know how to solve it? Thanks!!
@abhinav94696 жыл бұрын
Same issue here
@brijeshkumarsingh69155 жыл бұрын
thanks, for sharing video. it was nice.
@Dreamriter3 жыл бұрын
I am facing hystrix implementation problem in my demo project can you help me bro
@TechPrimers3 жыл бұрын
Hystrix is in maintenance mode. You should leverage Resilience4J since Netflix dropped support for hystrix going forward
@Dreamriter3 жыл бұрын
@@TechPrimers can you help me about resilense 4j implementation with my project case
@sujithg58736 жыл бұрын
Very useful video bro.How to make hystris.stream will role base.Currently anybody can access.How to prevent that?Is it possible?
@TechPrimers6 жыл бұрын
Yes. You can add Authentication Filters using Spring Security and secure it
@giovanni.n5 жыл бұрын
you need to explain what's difference between using Hystrix and simply calling the method fallBackHello from a catch block! The example is good but it doesn't demonstrate a real use case where Hystrix play its role
@TechPrimers5 жыл бұрын
You have seen the implementation video. What is hystrix is present here kzbin.info/www/bejne/hmLMd2uiqdKfjqc
@venkatk1617 жыл бұрын
Very good. Thanks for sharing.
@gagangupta12556 жыл бұрын
very informative tutorial.
@Srinivasan-oj5fc6 жыл бұрын
Perfect explanation
@yogeshy77367 жыл бұрын
Thanks Ajay all this vedio of Tech Primers is awesome .... I am trying to move in ML AI ... Any vedio where AI and Java meets .. IBM WATSON ETC.. Can we move together.. I think this is future now also vedios on bigdata would be appreciated.. Thanks again
@TechPrimers7 жыл бұрын
sure yogesh. I will try. If you have good source for reading, send it across
@pavankumar-si2jv5 жыл бұрын
Excellent!
@AmanGarg956 жыл бұрын
For me, in the hystrix dashboard, when I tried: localhost:/hystrix.stream, it gave me the error: Unable to connect to Command Metric Stream for Hystrix Dashboard. I solved this by moving it to actuator like : localhost:/actuator/hystrix.stream and ofcourse added the following line in application.properties: management.endpoints.web.exposure.include=hystrix.stream Hope it helps somebody.
@GajendraSingh19906 жыл бұрын
awesome, Thanks!
@gehnasrisravan Жыл бұрын
Nice 👍 share us github project code ??
@TechPrimers Жыл бұрын
You can get it at github.com/techprimers
@zencoweb6 жыл бұрын
thank you :)
@swathikumar30747 жыл бұрын
Tq
@Codestry3 жыл бұрын
Too many ads in your video. Ruins coding experience.