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

chore: updates protobuf dependency #290

Closed
wants to merge 9 commits into from
Closed

Conversation

jayhof
Copy link

@jayhof jayhof commented Dec 5, 2024

Fixes #289

@jayhof jayhof marked this pull request as draft December 9, 2024 13:03
@jayhof
Copy link
Author

jayhof commented Dec 9, 2024

I think I also have to upgrade some other dependencies like fs2PubSub. I'll try that and provide updates here, if someone has any hints please feel free to let me know 😉

@jayhof
Copy link
Author

jayhof commented Dec 10, 2024

Upgrading protobuf resulted in the stream constantly resetting identifiable by this DEBUG lvl message:
[grpc-default-worker-ELG-1-4] DEBUG io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0xfe6a3893, L:/10.176.0.194:42942 - R:pubsub.googleapis.com/142.250.186.106:443] OUTBOUND RST_STREAM: streamId=369 errorCode=8

I ended up downgrading protobuf to 3.25.3, a version before their breaking release described in this commit: protocolbuffers/protobuf@df8a11e

This seems to work once deployed to GCP with pubsub, if anyone wants to try here's the docker images:
https://hub.docker.com/repository/docker/jayhof/opensnowcat-enrich-pubsub/tags

Downgrading is probably not what we want here but someone more familiar with the stack will have to take care of it so I'm going to close my PR.

@jayhof jayhof closed this Dec 10, 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.

Compatibility shims issue with protobuf dependency
1 participant