cschleiden / go-workflows

Embedded durable workflows for Golang similar to DTFx/Cadence/Temporal
https://cschleiden.github.io/go-workflows/
MIT License
233 stars 49 forks source link

Use compression for payloads #161

Closed cschleiden closed 11 months ago

cschleiden commented 1 year ago

This should be possible with a custom converter

cschleiden commented 11 months ago

This can be done with a custom converter, see the /converter sample