Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Client in other languages #105

Open
7 tasks
hibiken opened this issue Mar 7, 2020 · 13 comments
Open
7 tasks

[FEATURE REQUEST] Client in other languages #105

hibiken opened this issue Mar 7, 2020 · 13 comments
Assignees
Labels
help wanted Extra attention is needed idea Feature Suggestion or Idea
Projects

Comments

@hibiken
Copy link
Owner

hibiken commented Mar 7, 2020

Is your feature request related to a problem? Please describe.
We could offer client libraries in other languages. Web applications written in another language can use the client library to enqueue tasks.

Describe the solution you'd like
Add a client library for

  • Python
  • Ruby
  • Node.js
  • Java
  • PHP
  • Rust
  • Elixir

Additional context
These client libraries should be its own repo.

@hibiken hibiken added help wanted Extra attention is needed idea Feature Suggestion or Idea labels Mar 7, 2020
@hibiken hibiken self-assigned this Mar 7, 2020
@ianldgs
Copy link

ianldgs commented Sep 6, 2020

Rust would also be great

@hibiken
Copy link
Owner Author

hibiken commented Sep 6, 2020

@ianldgs Definitely, added Rust to the list 👍

@dineshgowda24
Copy link

Rust 💯

@mvcatsifma
Copy link

Java

@anxiaowen
Copy link

php

@newlife
Copy link

newlife commented Aug 24, 2021

I am working on a client library for python https://github.com/newlife/asynq-py

For now ,It works fine for me ,I just need send task ran immediately, which is complete.

Next , I will finish next part which task to be processed in the future, shown in the example .

If there is any feature I missed, let me know ,I will add if I can

Wish this client can make some help

@ianprogrammer
Copy link

Is there anyone working in a rust client? this is something that I would like to work on

@hibiken
Copy link
Owner Author

hibiken commented Aug 30, 2021

@ianprogrammer Please let us know if you end up creating a client library in Rust. We'll make sure to list the client libraries in other languages in the README.

Also, please feel free to ping me here or open a discussion if you have questions on the current implementation in Go client 👍

@hibiken hibiken added this to To do in v1.0.0 Jan 4, 2022
@a5r0n
Copy link

a5r0n commented Apr 27, 2022

the right way to this is maybe with API server, clients in other languages is simple http client...

@hibiken
Copy link
Owner Author

hibiken commented Apr 28, 2022

@a5r0n thanks for the comment! It's a good point, we could add a HTTP/gRPC service that accepts requests and enqueues the tasks. That service can also be responsible for pushing the task to Handler services via HTTP/gRPC also :)
I think we can explore this as an extension to the library 👍 (i.e. implementation should live in either separate repo, or under /x directory)

@yxlimo
Copy link

yxlimo commented May 9, 2022

i am planning to write a protoc-plugin so i can reuse grpc client interface to enqueue tasks.

please let me know if u have similar idea. may be i can do some contribution and avoid doing things repeatedly.

@TongChia
Copy link

TongChia commented May 8, 2023

the right way to this is maybe with API server, clients in other languages is simple http client...

So, should other lang clients know the host address and port? and... need some gateways for discovery and load balancing?
@a5r0n @hibiken

@g41797
Copy link

g41797 commented Dec 30, 2023

client for TBD
did you mean hosting process for asynq?
could you please clarify

i saw some proto files, but without service definition
looks asynq gRPC server will be good enough - grpc supports lot of languages

some weeks ago i finished similar server and looking for new open source project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed idea Feature Suggestion or Idea
Projects
v1.0.0
To do
Development

No branches or pull requests