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

Feat: Implement Temporal #147

Open
wants to merge 3 commits into
base: 3.x
Choose a base branch
from

Conversation

praswicaksono
Copy link

Q A
Branch? 3.x
Bug fix? No
New feature? Yes

Integrate temporal worker and client. It detect if temporal/sdk was loaded it will enable integration. Here list following feature that have been done in this PR

Client

  • Configure client
  • Ability to connect with SSL (required to connect with temporal cloud)
  • Register client interceptors
  • Multiple client (ability to create multiple client for example: we can create local client and cloud client
  • Configure data converter

Worker

  • Configure worker
  • Register worker interceptors
  • Configure exception interceptor
  • Configure data converter
  • Multiple worker (workflow or activity can be assigned to specific worker)

This was referenced Sep 26, 2024
@Baldinof
Copy link
Owner

Thank you for opening this.

I'll try to review it this week and make it happen (sorry I'm not much into the PHP ecosystem these days, so it may take time).

@root-aza
Copy link

@praswicaksono Hi! Why weren't you happy with this decision?
https://github.com/VantaFinance/temporal-bundle

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.

3 participants