Hi
I tried both with no success
a) it works as normal, I get the keys back if I only run the 2nd select
b) I set the Header before first statement and before second statement but no
change.
-Original Message-
From: Claus Ibsen
Sent: Thursday, March 24, 2022 3:51 AM
To: users@camel.apa
Hi
a)
Can you try with just 1 sql insert,
.to("sql:INSERT INTO message_out(identifier) VALUES (1)")
It may be that this SQL does not return any generated keys
b)
Can you try to set the header to get keys before calling the 2nd insert
.setHeader("CamelSqlRetrieveGeneratedKeys").simpl
FYI, I think I worked around this by removing the CamelSqlGeneratedKeyRows
header prior to a sql call.
On Wed, Mar 23, 2022 at 4:42 AM Reto Peter wrote:
> Ya sorry.
> Camel version: 3.15.0
>
> On 23 March 2022 17:03:19 Andrea Cosentino wrote:
>
> Report the camel version, please
>
> Il mer 23 m
Hi,
A webhook is generally implemented to hook into the k8s admission control.
To react to changes, watch requests are usually enough:
https://kubernetes.io/docs/reference/using-api/api-concepts/#efficient-detection-of-changes
On 23 Mar 2022, at 14:47, Roberto Camelk
mailto:betonetotbo.cam...@
There is a way to create a webhook to listen for Integration CRD changes?
I was looking this
https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/
But I do know if this is possible I want to be notified when an
Integration phase changes to "Running" or "Err
At what moment the kubernetes service is exposed/created for an
integration that has an REST exposed?
I need to discover this service to get the node-port and persist it on
my "api gateway" to be able to proxy the requests from my gateway to
the correct integration.
I was thinking about a "loop"
Ya sorry.
Camel version: 3.15.0
On 23 March 2022 17:03:19 Andrea Cosentino wrote:
Report the camel version, please
Il mer 23 mar 2022, 09:59 Reto Peter ha scritto:
Hi
I have a route with 2 following SQL INSERT commands.
One inserts into table A (CamelSqlGeneratedKeyRows is correct)
Next inse
Report the camel version, please
Il mer 23 mar 2022, 09:59 Reto Peter ha scritto:
> Hi
>
> I have a route with 2 following SQL INSERT commands.
> One inserts into table A (CamelSqlGeneratedKeyRows is correct)
> Next inserts into table B (CamelSqlGeneratedKeyRows is wrong, the value is
> not upda
Hi
I have a route with 2 following SQL INSERT commands.
One inserts into table A (CamelSqlGeneratedKeyRows is correct)
Next inserts into table B (CamelSqlGeneratedKeyRows is wrong, the value is not
updated, it remains the same)
I am using mySQL and Java 11
My simplified route:
fro
Hi,
Yes, both endpoints are FILE.
I set the parameter for renameUsingCopy=true but I still encounter same error.
And I also upgraded camel to 3.11.6.
FYI - the error will disappear once I removed the localworkdirectory parameter
in FROM(sftp).
Regards,
Thomas
_
10 matches
Mail list logo