-
Notifications
You must be signed in to change notification settings - Fork 230
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
Interceptor Redesign/Rewrite and OpenTelemetry Implementation #610
Conversation
# Conflicts: # test/integration_test.go # test/workflow_test.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving even though I did not read this through.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚄 Awesome! This cleans up a lot of stuff, and users are going to appreciate the flexibility.
@cretz Thanks for working with us! I'll take a look at this PR and follow up with you in case there's any further change needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning this up, Chad!
# Conflicts: # internal/internal_task_pollers.go
Marking outstanding conversations sans response since yesterday as "resolved" |
# Conflicts: # test/integration_test.go # test/workflow_test.go
What was changed
See the proposal at temporalio/proposals#45.
interceptors
package was removed)interceptor
package added with support for client, workflow, and activity interception on par with other SDKsThe review looks larger than it is due to Go boilerplate.
Why?
Go's existing interceptor design was limited and didn't support tracing, activities, clients, etc.
Checklist