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]: Driver in the queue task #1431

Closed
msmakouz opened this issue Jan 27, 2023 · 2 comments
Closed

[💡 FEATURE REQUEST]: Driver in the queue task #1431

msmakouz opened this issue Jan 27, 2023 · 2 comments
Assignees
Labels
C-feature-request Category: feature requested, but need to be discussed
Milestone

Comments

@msmakouz
Copy link
Member

Plugin

JOBS

I have an idea!

When RR sends a task to an application, the task contains body, header, eos.

The header array contains information about the job: id, job, pipeline...
It would be great to have the driver in the header array. Tasks from some drivers may have additional information. For example, Kafka driver tasks additionally receive fields in the header: topic, partition, offset. It would be great to have a driver value in the received data to understand what data structure needs to be processed on the PHP side. Thanks.

@msmakouz msmakouz added the C-feature-request Category: feature requested, but need to be discussed label Jan 27, 2023
@github-project-automation github-project-automation bot moved this to Backlog in General Jan 27, 2023
@rustatian rustatian added this to the v2023.1 milestone Jan 27, 2023
@rustatian rustatian moved this from Backlog to Todo in General Jan 27, 2023
@rustatian rustatian moved this from Todo to In Progress in General Jan 30, 2023
@rustatian
Copy link
Member

rustatian commented Jan 30, 2023

RR will return the following driver's names:

  1. memory
  2. kafka
  3. amqp
  4. beanstalk
  5. sqs
  6. nats
  7. boltdb

@rustatian
Copy link
Member

Done

@github-project-automation github-project-automation bot moved this from In Progress to Unreleased in General Jan 30, 2023
@rustatian rustatian moved this from Unreleased to Done in General Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: feature requested, but need to be discussed
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants