Webinar: Event-driven architecture with Knative events

Поделиться
HTML-код
  • Опубликовано: 8 июл 2024
  • In this session, presenters will review the progression from Monolith, to Microservices, to Events Driven architecture. Participants will learn about cloud events, how to use Knative Eventing as an events intermediary, understand Knative components, and extensibility with the operator model (Sources, Brokers). At the end, there will be an E2E demo showcasing EventSourcing, Custom Events, and Autoscaling with Serving.
    Presenters:
    Nicolás López, Senior Software Engineer @Google
    Bryan Zimmerman, Product Manager @Google
  • НаукаНаука

Комментарии • 3

  • @holgerwinkelmann6219
    @holgerwinkelmann6219 3 года назад +7

    What I'm really missing is some material about HOW to Create events, and how to manage the subscriptions, seems all in knative is build around how to consume events from external event sources, is there any support in knative how to become a cloudevent publisher?

  • @diegonayalazo
    @diegonayalazo 2 года назад

    Thank you. Very informative.

  • @pranasbaliuka9877
    @pranasbaliuka9877 3 года назад +3

    Is HTTP the most low latency and most efficient protocol in passing messages protocol in KNative service interactions?
    Are there some K"native" ways of having IPC?