Skip to content

MicroProfile module missing ReceiveRecordInterceptor support (inconsistent with Spring module) #131

Description

@saksham869

Description

The Spring module supports optional ReceiveRecordInterceptor injection into
ProtocolLayerClient, allowing frameworks to add metrics, tracing, or logging.
The MicroProfile module has no equivalent support, creating an inconsistency.

Spring (HieroAutoConfiguration.java)

ProtocolLayerClient is created with optional interceptor support.

MicroProfile (ClientProvider.java)

ProtocolLayerClient is created without any interceptor — it is never wired.

Expected Fix

Add optional CDI injection of ReceiveRecordInterceptor in ClientProvider.java.

Impact

MicroProfile users cannot use interceptors for metrics, tracing, or logging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions