luraproject / lura

Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation
https://luraproject.org
Other
6.36k stars 563 forks source link

Writing async plugins #397

Closed vorishirne closed 4 years ago

vorishirne commented 4 years ago

Is it possible to use async functions in plugins? Is the actual code-base using asynch architecture?

kpacha commented 4 years ago

each request is processed in a set of dedicated goroutines. you can handle concurrency at your plugins as you please. for more on that: https://www.golang-book.com/books/intro/10

github-actions[bot] commented 2 years ago

This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.