Feature/spline 1255 message size info#1256
Merged
Merged
Conversation
…rom 2.15.1 to 2.15.2 Snyk has created this PR to upgrade com.fasterxml.jackson.module:jackson-module-scala_2.12 from 2.15.1 to 2.15.2. See this package in Maven Repository: https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-scala_2.12/ See this project in Snyk: https://app.snyk.io/org/wajda/project/1f91137a-ce31-4755-8aea-89c34de27b16?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade com.arangodb:arangodb-java-driver from 6.24.0 to 6.25.0. See this package in Maven Repository: https://mvnrepository.com/artifact/com.arangodb/arangodb-java-driver/ See this project in Snyk: https://app.snyk.io/org/wajda/project/290e9042-5a2c-417a-b084-5ef152277853?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade commons-io:commons-io from 2.11.0 to 2.12.0. See this package in Maven Repository: https://mvnrepository.com/artifact/commons-io/commons-io/ See this project in Snyk: https://app.snyk.io/org/wajda/project/290e9042-5a2c-417a-b084-5ef152277853?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0. See this package in Maven Repository: https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/ See this project in Snyk: https://app.snyk.io/org/wajda/project/290e9042-5a2c-417a-b084-5ef152277853?utm_source=github&utm_medium=referral&page=upgrade-pr
… "kafka-gateway" POMs
|
Kudos, SonarCloud Quality Gate passed!
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








fixes #1255
Adds the following property to the stored
ExecutionPlan.extra:{ "__spline_msg_size": [111, 222] }where
111- is the original message size in bytes, and222is the message size after decompression.