EVEN DRIVEN - SPRING CLOUD STREAM - Function Component
如果要在SPRING CLOUD STREAM中和其他中間件打交道,如FILE、FTP、HTTP等,則要用到SPRING CLOUD FUNCTION。組件地址:
https://github.com/spring-cloud/stream-applications/tree/main/functions
特殊組件,將FUNCTION變成HTTP ENDPOINTS:
https://github.com/spring-cloud/spring-cloud-function/tree/main/spring-cloud-starter-function-web
https://github.com/spring-cloud/spring-cloud-function/tree/main/spring-cloud-starter-function-webflux
posted on 2021-11-15 17:40 paulwong 閱讀(220) 評論(0) 編輯 收藏 所屬分類: SPRING CLOUD 、EVEN DRIVEN ARCHITECT