Add HTTP/2 gRPC OTLP parsing and tests #108
Open
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.
Summary
Changes by file
doc/user_manual/tigerProxy.adoc: documentOTLP/gRPCoverHTTP/2support and limitations.tiger-bom/pom.xml: manage newly introduced dependency versions.tiger-rbel/pom.xml: add HTTP/2, protobuf, and OpenTelemetry proto dependencies for parsing.tiger-rbel/src/main/java/de/gematik/rbellogger/facets/http2/RbelHttp2Converter.java: decode HTTP/2 frames and rebuild stream messages for RBEL.tiger-rbel/src/main/java/de/gematik/rbellogger/facets/http2/RbelHttp2MessageFacet.java: model HTTP/2 messages with headers/body/trailers.tiger-rbel/src/main/java/de/gematik/rbellogger/facets/grpc/RbelGrpcConverter.java: detect gRPC content types and parse gRPC envelopes.tiger-rbel/src/main/java/de/gematik/rbellogger/facets/grpc/RbelGrpcMessageFacet.java: represent gRPC message metadata and frames.tiger-rbel/src/main/java/de/gematik/rbellogger/facets/grpc/RbelGrpcFrameFacet.java: represent individual gRPC envelope frames.tiger-rbel/src/main/java/de/gematik/rbellogger/facets/otlp/RbelOtlpFacet.java: capture decoded OTLP metadata and payload.tiger-rbel/src/main/java/de/gematik/rbellogger/facets/otlp/RbelOtlpGrpcConverter.java: decode OTLP protobuf payloads from gRPC frames.tiger-rbel/src/test/java/de/gematik/rbellogger/converter/RbelHttp2GrpcOtlpConverterTest.java: add unit coverage for traces, metrics, trailers, and compressed payload warnings.Tests
mvn -pl tiger-rbel -Dtest=RbelHttp2GrpcOtlpConverterTest test