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

AirbyteLib: Ignore unused Airbyte message types #34779

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

aaronsteers
Copy link
Collaborator

@aaronsteers aaronsteers commented Feb 2, 2024

TL;DR: A user reported an issue where a CONTROL message received would crash the sync. This PR resolves the bug by ignoring unexpected/unused message types.

More context:

Early on, we wanted to make sure we were handling or ignoring the necssary messages. At this point, anything not handled should probably be considered un-needed, and we'll add handling for additional message types as needed.

For now, this PR updates behavior so that unhandled message types are simply ignored.

Copy link

vercel bot commented Feb 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Feb 2, 2024 7:00pm

@aaronsteers aaronsteers changed the title AirbyteLib: Ignore unneeded message types AirbyteLib: Ignore unused message types Feb 2, 2024
@aaronsteers aaronsteers changed the title AirbyteLib: Ignore unused message types AirbyteLib: Ignore unused Airbyte message types Feb 2, 2024
@aaronsteers aaronsteers merged commit ec92971 into master Feb 2, 2024
19 checks passed
@aaronsteers aaronsteers deleted the aj/airbyte-lib/control-message-type branch February 2, 2024 19:39
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 21, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
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.

None yet

1 participant