Re: Kafka client default values out of sync to the origin one

2023-10-10 Thread Andrea Cosentino
Yes. We did

Il mar 10 ott 2023, 21:25 Claus Ibsen  ha scritto:

> Hi
>
> Did we change those default settings?
>
> On Tue, Sep 26, 2023 at 5:21 PM Andrea Cosentino 
> wrote:
>
> > Yes, it is possible.
> >
> > Can you raise an issue where you list the out of sync options?
> >
> > https://issues.apache.org/jira/projects/CAMEL/issues
> >
> > Thank you
> >
> > Il mar 26 set 2023, 17:09 Esslinger, Michael (BARMER) <
> > michael.esslin...@barmer.de> ha scritto:
> >
> > > Hi,
> > >
> > > is it possible, that some default values of the Kafka client are set
> from
> > > Camel were out of sync with the origin one?
> > >
> > > For example:
> > >   - session.timeout.ms (
> > >
> >
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-735%3A+Increase+default+consumer+session+timeout
> > > )
> > >   - request.timeout.ms (
> > >
> >
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-266%3A+Fix+consumer+indefinite+blocking+behavior
> > > )
> > >
> > > Regards
> > > Michael
> > >
> >
>
>
> --
> Claus Ibsen
> -
> @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>


Re: Kafka client default values out of sync to the origin one

2023-10-10 Thread Claus Ibsen
Hi

Did we change those default settings?

On Tue, Sep 26, 2023 at 5:21 PM Andrea Cosentino  wrote:

> Yes, it is possible.
>
> Can you raise an issue where you list the out of sync options?
>
> https://issues.apache.org/jira/projects/CAMEL/issues
>
> Thank you
>
> Il mar 26 set 2023, 17:09 Esslinger, Michael (BARMER) <
> michael.esslin...@barmer.de> ha scritto:
>
> > Hi,
> >
> > is it possible, that some default values of the Kafka client are set from
> > Camel were out of sync with the origin one?
> >
> > For example:
> >   - session.timeout.ms (
> >
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-735%3A+Increase+default+consumer+session+timeout
> > )
> >   - request.timeout.ms (
> >
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-266%3A+Fix+consumer+indefinite+blocking+behavior
> > )
> >
> > Regards
> > Michael
> >
>


-- 
Claus Ibsen
-
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Re: Undertow HTTP client

2023-10-10 Thread Claus Ibsen
Hi

You need to configure undertow component with SSL security settings
https://camel.apache.org/components/4.0.x/undertow-component.html

You can find some SSL unit tests in camel-undertow that can lead you in the
right direction

On Mon, Oct 9, 2023 at 12:44 PM Martin Möller
 wrote:

> Hi we are trying to use the Undertow HTTP component to make a HTTP request
> to a HTTPS server. This fails with
> "java.io.IOException: UT65: SSL must be specified to connect to a
> https URL"
> All required certificates are already installed on the system and other
> Java-HTTP-clients already use them without any configuration.
>
> How can we configure the undertow component to use the default system
> certificates?
>
> Thanks
> Martin
>



-- 
Claus Ibsen
-
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Re: How to get historical version of Camel document

2023-10-10 Thread Pasquale Congiusti
Hi Jane,
not sure if there is something hosted somewhere at Apache, but you can use
the archive.org wayback machine. For example, here the first documentation
of Camel 1.5 version (the very first available in the archive):
https://web.archive.org/web/20090121122233/http://camel.apache.org/

Good old times...

Pasquale.

On Mon, Oct 9, 2023 at 4:57 AM _ Jane  wrote:

> Hi Community,
>
> I'm using Camel 3.18 and the online document is not available recently. I
> remembered there is some website to show the historical version of Camel
> document but I can't find it. Is there any way to find the historical
> version of Camel document now? Thanks!
>
> Reagards,
> Jane
>