Working with Feign | Microservice

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • Check out our courses:
    Enterprise Java Spring Microservices: go.telusko.com...
    Coupon: TELUSKO10 (10% Discount)
    Master Java Spring Development : go.telusko.com...
    Coupon: TELUSKO20 (20% Discount)
    For More Queries WhatsApp or Call on : +919008963671
    Udemy Courses:
    Spring: go.telusko.com...
    Java:- go.telusko.com...
    Java Spring:- go.telusko.com...
    Java For Programmers:- go.telusko.com...
    Python : go.telusko.com...
    Git : go.telusko.com...
    Docker : go.telusko.com...
    website : courses.telusk...
    Instagram : / navinreddyofficial
    Linkedin : / navinreddy20
    TELUSKO Android App : bit.ly/TeluskoApp
    Discord : / discord
    More Learning :
    Java :- bit.ly/3x6rr0N
    Python :- bit.ly/3GRc7JX
    Django :- bit.ly/3MmoJK6
    JavaScript :- bit.ly/3tiAlHo
    Node JS :- bit.ly/3GT4liq
    Rest Api :-bit.ly/3MjhZwt
    Servlet :- bit.ly/3Q7eA7k
    Spring Framework :- bit.ly/3xi7buh
    Design Patterns in Java :- bit.ly/3MocXiq
    Docker :- bit.ly/3xjWzLA
    Blockchain Tutorial :- bit.ly/3NSbOkc
    Corda Tutorial:- bit.ly/3thbUKa
    Hyperledger Fabric :- bit.ly/38RZCRB
    NoSQL Tutorial :- bit.ly/3aJpRuc
    Mysql Tutorial :- bit.ly/3thpr4L
    Data Structures using Java :- bit.ly/3MuJa7S
    Git Tutorial :- bit.ly/3NXyCPu
    Donation:
    PayPal Id : navinreddy20
    www.instamojo....

ความคิดเห็น • 20

  • @user-gi4qg9lr7o
    @user-gi4qg9lr7o 7 หลายเดือนก่อน +2

    Would be nice to have an example for OAuth2Token to feign client.

  • @raamch
    @raamch 5 หลายเดือนก่อน

    Great and simple explanation.

  • @SanjayR-lh2mg
    @SanjayR-lh2mg 4 หลายเดือนก่อน +1

    How we can use autowire for quizinterface because it is an interface , In java we can't create the object for an interface right?

    • @yuuta-8506
      @yuuta-8506 4 หลายเดือนก่อน +2

      Yes, in Java it is not possible to create an instance of an Interface, but Spring Boot uses Dependency Injection technique to create and manage Beans using Spring Context. When using Autowired (or Constructor Injection), Spring automatically injects those Beans. and FeignClient is also one of them, similar to @Component, @Service,... Normally Spring Context will try to find classes that implement interfaces if those Annotations are marked on the interface. It's possible that FeignClient will create its implementation class(s) at runtime.

  • @SanjayR-lh2mg
    @SanjayR-lh2mg 4 หลายเดือนก่อน

    How we can use autowire for quizInterface because it is an interface, In java we can't create the object for an interface right

  • @tejapolisettysai6950
    @tejapolisettysai6950 3 หลายเดือนก่อน

    how does eureka client knows where is the eureka server with which it needs to register?

  • @neifaranouaar5349
    @neifaranouaar5349 5 หลายเดือนก่อน

    If one service requires the use of a type defined in another service
    How to do this ?

  • @gori_maheswari8994
    @gori_maheswari8994 ปีที่แล้ว +1

    Great

  • @yadavtushar1609
    @yadavtushar1609 ปีที่แล้ว

    Sir please,reply when I call other api usin feign client 302 error after handle error ,data show in exception column

  • @shubhambhardwaj8894
    @shubhambhardwaj8894 ปีที่แล้ว

    Thank you 😊

  • @user-vj8vl8yt6q
    @user-vj8vl8yt6q 2 หลายเดือนก่อน

    Remaining videos ?

  • @SayHiToVamshi
    @SayHiToVamshi ปีที่แล้ว

    How feign client gets the ip address and port number? how will feign communicate with eureka?

    • @trungdeptrai
      @trungdeptrai 8 หลายเดือนก่อน

      It is magic

  • @karthiksvraja
    @karthiksvraja 5 หลายเดือนก่อน

    Hi, I faced one error. For the Feign Client interface, the bean is not created. I used SB 3.2.3 version. For trail, I change the interface to class with commented @FeignClient line then bean is created. Can you help me

    • @manassharma7698
      @manassharma7698 5 หลายเดือนก่อน

      You can create it's bean in your main class so it will created at the time of the startup of the application and you won't face that error.

    • @aninditadas7348
      @aninditadas7348 5 หลายเดือนก่อน

      @@manassharma7698 please can you write it down. Getting the same error

  • @yadavtushar1609
    @yadavtushar1609 ปีที่แล้ว

    Sir, i am getting error 302 and data come in exception

  • @ehteerk
    @ehteerk หลายเดือนก่อน

    8:12

  • @rishiraj2548
    @rishiraj2548 ปีที่แล้ว

    Good day greetings