Hi everybody,
I just tried to run the example under
https://github.com/apache/camel-k-examples/tree/master/02-serverless-api
After this command
E:\camel-k-examples-master\02-serverless-api>kamel run API.java --source
test/MinioCustomizer.java --property-file test/minio.properties
--open-api=o
Did you try to use 'SubmitMulti' ? just like
exchange.getIn().setHeader(SmppConstants.COMMAND, "SubmitMulti");
Please refer to the test method sendSubmitMultiSM() in
SmppComponentIntegrationTest.java
On Fri, Mar 12, 2021 at 1:56 AM Thomas O'Donnell <
thomas.odonn...@mdsglobal.com> wrote:
> Hi all
Hi
Thanks for sharing the solution. I created a JIRA to make Camel remove
that header automatically
https://issues.apache.org/jira/browse/CAMEL-16344
On Fri, Mar 12, 2021 at 1:40 PM Harsh Karn wrote:
>
> Hi Claus,
>
> I was able to fix this issue by removing Content-Type header from exchange -
>
Hi Claus,
I was able to fix this issue by removing Content-Type header from exchange -
.removeHeaders("Content-Type")
*Thanks*
*Harsh*
On Mon, Mar 8, 2021 at 11:21 AM Harsh Karn wrote:
> Hi,
>
> I'm using camel version 3.7.0 and I've also tried older version 2.25.0.
> The result is the same
Hi,
I am using camel-k 1.3 on a k8s cluster running 1.19 and using
prometheus to capture quarkus metrics from the integrations/pods.
Maybe I just haven't found the correct link, but why can the number of
inflight messages be negative like -50?
Now why am I asking:
The integration blocks aft