Delving Into Spring Boot Netflix: Netflix's Application Framework (SpringOne 2024)

Поділитися
Вставка
  • Опубліковано 21 січ 2025

КОМЕНТАРІ • 2

  • @EmmanuelBLONVIA
    @EmmanuelBLONVIA 4 місяці тому +6

    00:25 SpringBoot Netflix : Goal of the presentation
    01:03 Overview & use cases
    01:30 Platform services
    04:13 Netflix Microservices overview
    05:18 Dealing with dependencies
    06:21 Springboot netflix application starters
    07:24 Using the dependency recommander
    09:18 The Gradle plugin
    10:21 Properties management
    11:12 Using ApplicationEnvironmentPreparedEvent to early detect the running environment and apply the right property file
    12:31 Fast Properties
    13:57 The @OnPropertyChange annotation
    14:22 Secret management in properties (with metatron)
    16:20 secured by default
    17:47 Security Realms in SpringBoot Netflix
    19:37 Access control - Authz
    21:07 Caller Identity
    22:25 SSO Caller : identifying the farthest (initial) and the nearest (direct) call's identity
    23:22 IPC @ Netflix
    24:20 Anatomy of a Netflix IPC client
    25:21 gRPC Client Ergonomics
    28:03 @GrpcSpringClient : how does this annotation work ?
    33:30 Questions

  • @kosnowman
    @kosnowman 4 місяці тому +1

    great talk!