Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ストリーミングが必要な Web サービスを呼び出す必要があり、Camel http4 エンドポイントを使用したいのですが、チャンク エンコーディングの使用を停止するようには見えません。ストリーミングを強制するか、チャンクをオフにする方法はありますか?
私は、次のようなことが http4 にデータのストリーミングを強制する可能性があると信じています。
exchange.getIn().setHeader(Exchange.CONTENT_ENCODING, "gzip");
完全な例の詳細については、https ://svn.apache.org/repos/asf/camel/trunk/components/camel-http4/src/test/java/org/apache/camel/component/http4/ を参照してください。 HttpCompressionTest.java