-
Hi everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@ydhcxh Thank you for opening a discussion! Related issue #105, #458.
In the mean time, you'd need to roll this on your own. |
Beta Was this translation helpful? Give feedback.
@ydhcxh Thank you for opening a discussion!
Related issue #105, #458.
There're two approaches that we are planning to support in the future.
Provide a client library in different languages
Provide a HTTP/gRPC service that applications written in other languages can talk to enqueue tasks
In the mean time, you'd need to roll this on your own.
If you go with #1 approach, please take a look at the
client.go
for the current implementation.Let me know if you have any questions :) Happy to help!