Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Event-Driven Microservices Spring Boot, Kafka and Elastic, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:14:00
    Introduction to microservices architecture
  2. Урок 2. 00:13:27
    Project overview & Introduction to Event-driven architecture
  3. Урок 3. 00:10:43
    Implementation details for each microservice
  4. Урок 4. 00:04:24
    Setting up the environment
  5. Урок 5. 00:04:29
    Introduction to Spring boot
  6. Урок 6. 00:10:41
    Creating the base Spring boot project
  7. Урок 7. 00:15:55
    The very first microservice
  8. Урок 8. 00:13:41
    Streaming tweets with Twitter4j: The command component in CQRS & Event sourcing
  9. Урок 9. 00:17:29
    Streaming tweets with Twitter Api V2
  10. Урок 10. 00:16:00
    Adding mock twitter stream as an alternative
  11. Урок 11. 00:15:50
    Introducing Apache Kafka:Event sourcing, topics, partitions, producer & consumer
  12. Урок 12. 00:06:23
    Adding common config module
  13. Урок 13. 00:09:44
    Running Apache Kafka cluster with docker: Kafka, Zookeeper and Schema Registry
  14. Урок 14. 00:03:06
    Creating kafka-model module
  15. Урок 15. 00:10:40
    Creating kafka-admin module - Part 1: Configuration and dependencies
  16. Урок 16. 00:13:57
    Creating kafka-admin module - Part 2: Creating Kafka topics programmatically
  17. Урок 17. 00:05:44
    Creating kafka-producer module: Configuration of Kafka producer
  18. Урок 18. 00:07:03
    Creating kafka-producer module: Produce events to store in Kafka event store
  19. Урок 19. 00:08:54
    Integrate Kafka modules with Microservice: Use Kafka as event store for service
  20. Урок 20. 00:07:56
    Containerization of microservice with docker image: Run all with docker compose
  21. Урок 21. 00:03:01
    Creating Config Server Repository
  22. Урок 22. 00:06:56
    Creating Spring Cloud Config Server as a Microservice
  23. Урок 23. 00:03:41
    Using a common logback file for all microservices
  24. Урок 24. 00:03:54
    Changing twitter-to-kafka-service to work with config server
  25. Урок 25. 00:05:30
    Using remote GitHub repository
  26. Урок 26. 00:02:31
    Adding security to config server and encrypt passwords
  27. Урок 27. 00:08:05
    Using Jasypt to encrypt sensitive data
  28. Урок 28. 00:06:13
    Using JCE to encrypt sensitive data
  29. Урок 29. 00:09:11
    JCE vs Jasypt
  30. Урок 30. 00:09:28
    Containerization of config server by creating the docker image
  31. Урок 31. 00:05:41
    Introduction to Kafka Consumer: Reading data events from Kafka using messaging
  32. Урок 32. 00:10:03
    Adding kafka-consumer module
  33. Урок 33. 00:07:51
    Creating the microservice: kafka-to-elastic-service
  34. Урок 34. 00:01:58
    Adding initialization check
  35. Урок 35. 00:02:55
    Introducing Elasticsearch
  36. Урок 36. 00:05:35
    Running elastic search with docker
  37. Урок 37. 00:05:05
    Creating elastic-model module
  38. Урок 38. 00:03:09
    Creating elastic-config module
  39. Урок 39. 00:05:56
    Creating elastic-index-client module
  40. Урок 40. 00:06:16
    Using Elasticsearch repositories for indexing
  41. Урок 41. 00:07:49
    Integrating elastic modules with microservice
  42. Урок 42. 00:06:20
    Containerization of microservice with docker image: Run all with docker compose
  43. Урок 43. 00:10:19
    Introduction to Elastic Query Api
  44. Урок 44. 00:12:05
    Creating elastic-query-client module
  45. Урок 45. 00:07:51
    Using spring data elasticsearch repository for querying
  46. Урок 46. 00:06:18
    Elastic query microservice: The query component in CQRS & Event sourcing
  47. Урок 47. 00:18:53
    Creating web controller
  48. Урок 48. 00:06:23
    Creating business layer to return elastic data in controller
  49. Урок 49. 00:07:08
    Creating validation and controller advice
  50. Урок 50. 00:02:26
    Introduction to Hateoas (Hypermedia as the Engine of Application State)
  51. Урок 51. 00:05:55
    Adding Hateoas capability to Rest API with Spring Hateoas
  52. Урок 52. 00:06:08
    Introduction to Api versioning of Rest API
  53. Урок 53. 00:08:58
    Implementing Api versioning for elastic query service Rest API
  54. Урок 54. 00:08:05
    Enabling Open Api v3 for documentation of RESTful API with Swagger v3
  55. Урок 55. 00:02:08
    Containerization of microservice by creating the docker image
  56. Урок 56. 00:01:29
    Introduction to Web clients
  57. Урок 57. 00:06:21
    Starting to implement elastic-query-web-client
  58. Урок 58. 00:04:51
    Creating Thymeleaf templates with Bootstrap
  59. Урок 59. 00:08:31
    Creating Rest API controller
  60. Урок 60. 00:07:20
    Creating configurations for web client and security
  61. Урок 61. 00:09:09
    Creating Webclient implementation
  62. Урок 62. 00:09:03
    Adding client side load balancer with Spring Cloud Load Balancer
  63. Урок 63. 00:02:25
    Containerization of microservice by creating the docker image
  64. Урок 64. 00:06:25
    Creating common service and web client modules to re-use them with DRY principle
  65. Урок 65. 00:12:33
    Creating reactive elastic query service: Reactive Spring and Flux reactive type
  66. Урок 66. 00:09:37
    Creating reactive elastic web client: Reactive Spring, WebFlux and WebClient
  67. Урок 67. 00:07:23
    Introduction to Oauth and Keycloak authorization server
  68. Урок 68. 00:11:27
    Run and configure Keycloak authorization server with OIDC for authentication
  69. Урок 69. 00:02:37
    Understanding Spring security with Spring Security OAuth 2.0 resource server
  70. Урок 70. 00:12:40
    Configuring query service with Spring security Oauth 2.0, OpenId Connect and JWT
  71. Урок 71. 00:14:16
    Adding user permissions with Spring security by reading from database
  72. Урок 72. 00:08:02
    Configuring web client security with Spring boot security Oauth2, OIDC and JWT
  73. Урок 73. 00:07:43
    Implementing SSO with Keycloak
  74. Урок 74. 00:01:50
    Introduction to Kafka streams
  75. Урок 75. 00:04:32
    Kafka streams microservice base project
  76. Урок 76. 00:09:03
    Completing the Kafka streams microservice
  77. Урок 77. 00:03:23
    Creating an endpoint for Kafka state store
  78. Урок 78. 00:10:21
    Calling the Kafka State Store from Query Service
  79. Урок 79. 00:04:02
    Analytics microservice configuration with Spring Boot Data JPA and PostgreSQL
  80. Урок 80. 00:06:02
    Completing the Analytics microservice with Spring Data JPA and PostgreSQL
  81. Урок 81. 00:01:53
    Creating an Rest API endpoint for analytics data
  82. Урок 82. 00:04:45
    Calling the analytics Rest API from query service
  83. Урок 83. 00:01:28
    Introduction to service registry and service discovery with Spring Eureka
  84. Урок 84. 00:06:32
    Integrating Spring eureka discovery service with microservices
  85. Урок 85. 00:05:15
    Introduction to Api Gateway: Resilience4J Circuit Breaker and Redis Rate Limiter
  86. Урок 86. 00:08:53
    Implementing Api Gateway with Springcloud gateway, Redis and Resilience4J
  87. Урок 87. 00:06:22
    Integrate Spring Cloud Api Gateway Circuit Breaker & Rate limiting with services
  88. Урок 88. 00:01:47
    Configure microservices with Spring boot actuator, Prometheues and Micrometer
  89. Урок 89. 00:05:00
    Adding monitoring and creating dashboards with Grafana
  90. Урок 90. 00:04:58
    Configuring microservices to work with Logstash
  91. Урок 91. 00:02:51
    Adding Logstash and Kibana into application: Complete ELK stack
  92. Урок 92. 00:03:22
    Making gateway and config server high available and improve log file naming
  93. Урок 93. 00:04:30
    Introducing Spring Cloud Sleuth and Zipkin
  94. Урок 94. 00:11:31
    Integrating Spring Cloud Sleuth and Zipkin
  95. Урок 95. 00:15:51
    Update to spring boot 2.5.0
  96. Урок 96. 00:20:32
    Update to spring boot 2.5.3 & Update other dependencies and docker images
  97. Урок 97. 00:07:12
    Update to spring boot 2.5.6
  98. Урок 98. 00:09:28
    Update to spring boot 2.6.3
  99. Урок 99. 00:10:56
    Update to spring boot 2.7.0
  100. Урок 100. 00:07:17
    Update to spring boot 2.7.5