Spring Tips: refreshable configuration with Spring Cloud Bus, and the Spring Cloud Config Monitor

Поділитися
Вставка
  • Опубліковано 6 лис 2024
  • Hi, Spring fans! In this installment, we'll look at fully refreshable configuration using the Spring Cloud Config Server, Spring Cloud Bus, and the Spring Cloud Config Monitor.
    speaker: Josh Long
    code: github.com/spr...

КОМЕНТАРІ • 13

  • @alexandersmirnov4274
    @alexandersmirnov4274 3 роки тому

    Thank you , Josh!

  • @tigerinus
    @tigerinus 3 роки тому +3

    Can you demo a bit more advanced scenario that when remote config changes, a bean variable gets updated automatically and reflected by whatever the bean is working on?

  • @gabrielc2707
    @gabrielc2707 2 роки тому +1

    do you have this example but using the bus kafka ??

  • @ZtowhyA
    @ZtowhyA 7 місяців тому

    idol jlong... hitting bus refresh in config server doesn't refresh but works if I hit config clients

  • @rajnikanthamand8156
    @rajnikanthamand8156 3 роки тому +1

    Awesome

  • @piotrszczepankowski2856
    @piotrszczepankowski2856 2 роки тому

    Nice, but how it stand to the fact that config server is running git pull on every call to health endpoint and it get up to date with remote repository in seconds. Can we integrate this wis bus event? Or maybe this is a bug not a feature and proper solution is to use monitor? But then what with cluster config server, that can be deployed on different data centers? We will need then a load balancer before it.

  • @ionionets5564
    @ionionets5564 2 роки тому

    Why did you add the reactive web dependency to config-server? It runs on tomcat anyway

  • @kassifun3404
    @kassifun3404 3 роки тому +1

    Very I nice. I have two questions
    1] how dos this auto refresh of configurations works with enterprises hving strict and lengthy change management process?
    2] why to add additional moving components like messaging, git. In highly transacted apps running in restricted resources, spring context restarts are too frequent which requires git to be highly available. I don't think this is a native approach to d the thing

  • @rahulbarik6347
    @rahulbarik6347 3 роки тому

    Please some helps me how to master in spring 😅😅

  • @zoladkow
    @zoladkow 2 роки тому

    Too much hand action 😆