You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (JIRA)" <ji...@apache.org> on 2019/04/11 00:21:00 UTC

[jira] [Commented] (CXF-8017) AsyncHTTPConduit Doesn't Work With Microprofile RestClientBuilder

    [ https://issues.apache.org/jira/browse/CXF-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16814959#comment-16814959 ] 

Andriy Redko commented on CXF-8017:
-----------------------------------

Hi [~jwcarman],

Could you please try with BraveClientProvider, the pure JAX-RS one? I have created the test cases for MP + Tracing, adding Brave for now (https://github.com/apache/cxf/blob/master/systests/microprofile/client/tracing/src/test/java/org/apache/cxf/systest/microprofile/rest/client/tracing/brave/BraveTracingTest.java). The async counterpart seems to be working just fine. Thank you.

Best Regards,
    Andriy Redko

> AsyncHTTPConduit Doesn't Work With Microprofile RestClientBuilder
> -----------------------------------------------------------------
>
>                 Key: CXF-8017
>                 URL: https://issues.apache.org/jira/browse/CXF-8017
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 3.3.1
>            Reporter: James Carman
>            Assignee: Andriy Redko
>            Priority: Major
>
> When we set the `AsyncHTTPConduit.USE_ASYNC` value to `Boolean.TRUE` on our RestClientBuilder, it doesn't seem to be working.  The issue manifests itself when trying to use the proxy in combination with the BraveClientFeature to propagate Zipkin headers. If I use the BraveClientFeature along with a simple WebTarget, the headers will propagate fine.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)