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

[12.x] Add Kafka driver for concurrency component #55205

Draft
wants to merge 2 commits into
base: 12.x
Choose a base branch
from

Conversation

Amirhf1
Copy link
Contributor

@Amirhf1 Amirhf1 commented Mar 29, 2025

Summary of Changes:

  • The KafkaDriver class, which follows the Driver interface, has been created.
  • The KafkaProcessorCommand console command has been added for processing tasks from Kafka.
  • The createKafkaDriver method has been added to the ConcurrencyManager.
  • The ConcurrencyServiceProvider has been updated to register the new command.
  • Necessary tests for KafkaDriver have been written.

Important Notes for Usage:

  • The PHP rdkafka extension must be installed.
  • Before use, you need to run the php artisan concurrency:kafka-processor command to process the tasks.
  • Kafka settings (servers, topics) can be configured in the concurrency.php config file.

@Amirhf1 Amirhf1 changed the title Add Kafka driver for concurrency component [12.x] Add Kafka driver for concurrency component Mar 29, 2025
@Amirhf1 Amirhf1 marked this pull request as draft April 1, 2025 17:12
@osbre
Copy link
Contributor

osbre commented Apr 5, 2025

At this point, what would be the difference between message-broker-based concurrency drivers and queues? Is it the ability to retrieve a result while executing a request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants