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

Response Channels #1534

Merged
merged 41 commits into from
Jan 15, 2024
Merged

Response Channels #1534

merged 41 commits into from
Jan 15, 2024

Conversation

mikeb01
Copy link
Contributor

@mikeb01 mikeb01 commented Nov 16, 2023

This adds the ability to create pairs of request/response channels. Features include:

  • New control-mode (response) to configure the publication and subscription of the response side of the channel pair.
  • The ability to pass a response-correlation-id to indicate the association between a subscription and a publication for sending on the request channel and an image and a publication for sending on the response channel.
  • Adding the response-correlation-id to the criteria used to match publication when creating concurrent publications to prevent accidental sharing of request/response pairs.
  • Validation
  • The ability for multiple publications to share an underlying SendChannelEndpoint.

@mikeb01 mikeb01 force-pushed the feature/response_channels branch 4 times, most recently from 6850046 to 507c2ee Compare December 11, 2023 22:14
@mikeb01 mikeb01 force-pushed the feature/response_channels branch from 507c2ee to 805bf4c Compare December 14, 2023 00:34
…ngBuilder and add initial parts of a system test.
…TS constants to Java definitions for completeness.
@mikeb01 mikeb01 force-pushed the feature/response_channels branch from 805bf4c to 941cc0f Compare December 27, 2023 20:22
@mikeb01 mikeb01 merged commit faa2854 into aeron-io:master Jan 15, 2024
32 checks passed
@mikeb01 mikeb01 deleted the feature/response_channels branch April 7, 2024 19:16
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