-
Notifications
You must be signed in to change notification settings - Fork 93
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
Unrevert "feat(ourlogs): Allow log ingestion behind a flag"" #4471
Unrevert "feat(ourlogs): Allow log ingestion behind a flag"" #4471
Conversation
)" This reverts commit 8d47ad5.
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
let d = &mut Deserializer::from_slice(&payload); | ||
|
||
let mut log: LogKafkaMessage = match serde_path_to_error::deserialize(d) { |
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.
Reversed the change discussed here in the original PR, our sentry-kafka-schema
and the snuba consumer already expect this format so we'll have to cut another version of them to change this.
@jjbayer I know you approved but this is modifying away from your original comment, so didn't want to merge without checking. I want to try to get a single project working on s4s before doing any more schema changes.
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! The JSON-based message LGTM. At some point we will want to get rid of extra deserialization step here, but that's a Relay-internal refactor we will tackle later.
let d = &mut Deserializer::from_slice(&payload); | ||
|
||
let mut log: LogKafkaMessage = match serde_path_to_error::deserialize(d) { |
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! The JSON-based message LGTM. At some point we will want to get rid of extra deserialization step here, but that's a Relay-internal refactor we will tackle later.
Co-authored-by: Joris Bayer <[email protected]>
Unreverts #4463.
Depending on: