gatewayd-io / gatewayd-plugin-sdk

GatewayD SDK for building plugins
https://docs.gatewayd.io/developing-plugins/sdk-reference/
Apache License 2.0
6 stars 2 forks source link

feat(464): add async actions consumer SDK to act API #34

Closed Hamsajj closed 5 months ago

Hamsajj commented 5 months ago

Ticket(s)

https://github.com/gatewayd-io/gatewayd/issues/464

Description

Adds a consumer SDK to let plugins consume async actions that has been put into a queue and process them.

Related PRs

Development Checklist

Legal Checklist

Hamsajj commented 5 months ago

As it is not used in gatewayd directly (only used in tests), I removed the support for zerolog and changed it to use hclog.