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

Add notification ID in async mechanism #61

Open
jgarciahospital opened this issue Dec 18, 2024 · 0 comments · May be fixed by #64
Open

Add notification ID in async mechanism #61

jgarciahospital opened this issue Dec 18, 2024 · 0 comments · May be fixed by #64
Labels
enhancement New feature or request Spring25

Comments

@jgarciahospital
Copy link
Collaborator

Problem description

PDD API enables a async mechanism in which the API response is provided to a callback/sink of the API consumer, instead of as a direct response en the API call.

Multiple API calls may be triggered in parallel, and API consumer may not be able to properly track the responses based on the request.

Possible evolution

Include a notification/request ID that allows the developer to track the responses and correlate them with the requests.

@jgarciahospital jgarciahospital added enhancement New feature or request Spring25 labels Dec 18, 2024
@jgarciahospital jgarciahospital linked a pull request Dec 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Spring25
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant