Spring Cloud Stream Past, Present, and Future

Поділитися
Вставка
  • Опубліковано 26 сер 2024
  • SpringOne Essentials 2023
    Speakers:
    Glenn Renfro, Developer, VMware
    Oleg Zhurakousky, Developer, VMware
    Slides: www.slideshare...

КОМЕНТАРІ • 7

  • @abustosp
    @abustosp Рік тому +1

    Thanks Glenn and Oleg for the progressive approach to explain Spring Cloud Steams!

  • @spattanaik75
    @spattanaik75 Рік тому

    great explanation. been using spring cloud stream functions for quite some time. pretty cool

  • @Sergey111111
    @Sergey111111 6 місяців тому +1

    I still surprised what cloud function does. Looks llike every time I use it I create new endpoint. It potentially can cause harm like I open api endpoint I don't want to open. Another way It looks cool, but I can't customize with another http features like headers, params, token, methods, statuses and handlers. So many questions

  • @alexandersmirnov4274
    @alexandersmirnov4274 Рік тому

    can we integrate poller with some kind of distributed lock in case when we run multiple instances

  • @avalagum7957
    @avalagum7957 9 місяців тому

    This kind of programming (just write a function and it will work) doesn't work for me: if I write a function and it doesn't uppercase the input, where can I know where I am wrong? It seems that Spring hides too much information from me.

  • @manideepkumar959
    @manideepkumar959 8 місяців тому

    i think only glen can understand what they are speaking, i didnt understand what are they talking about clearly, they are not able to communicate well about the agenda, normal java developers cant even understand

  • @braduran
    @braduran Рік тому

    Nice.
    Jar according java functional interfaces
    CreekProducer: Supplier
    CreekTransformer: Function
    CreekConsumer: Consumer