) Zhang ( Ray )
Subject: Re: Re: Re: Offset in OffsetRepositoy doesn't get increase after
manual commit
Hi,
After reviewing the code, I think that it is, indeed, a bug. As such, I
created a PR which should solve the problem:
https://github.com/apache/camel/pull/8746.
This is a patch fo
Hi,
After reviewing the code, I think that it is, indeed, a bug. As such, I
created a PR which should solve the problem:
https://github.com/apache/camel/pull/8746.
This is a patch for the upcoming 3.20.0. I would kindly appreciate it if
you could give a try with this version of Camel, so I can s
Hi,
I am glad that you managed to adjust it to work the way you need.
"In my opinion, the offset repository should be used in case we define it
in the Kafka endpoint no matter if it is AsyncCommitManager,
SyncCommitManager or NoopCommitManager.
I’m not so sure if my thought is correct. Could you
Hi Otavio,
Thank you for creating the ticket. I found where the problem might be in
3.18.3. At CommitManager in createCommitManager static method, there are some
check starting by checking if isAllowManualCommit, if so it continues checking
the type of manualCommitFactory. However, if not, it c
Thanks. I can't confirm whether it's an user error, bug or anything else,
but I created a ticket so I can investigate this:
https://issues.apache.org/jira/browse/CAMEL-18717
I also can't provide an ETA yet, as I have a busy week ahead, but I'll keep
it on my radar. In the meantime, please do feel
Hi Otavio, Clays,
Thank you very much for your hands. I tried 3.18.3. It didn't increase the
offset.
Best regards,
Yuttana
On 2022/11/10 06:36:08 Otavio Rodolfo Piske wrote:
> Hi, before I go ahead and investigate this further ... Could you possibly
> try with Camel 3.18.3? We have made a bun
Hi Otavio, Claus,
Thank you very much for your hands. I tried 3.18.3. It didn’t increase the
offset.
Best regards,
Yuttana
On 2022/11/10 06:36:08 Otavio Rodolfo Piske wrote:
> Hi, before I go ahead and investigate this further ... Could you possibly
> try with Camel 3.18.3? We have made a bunc
Hi Otavio, Claus,
Thank you very much for your hands. I tried upgrading to 3.18.3. I didn't
increase the offset.
Best regards,
Yuttana
On 2022/11/10 06:36:08 Otavio Rodolfo Piske wrote:
> Hi, before I go ahead and investigate this further ... Could you
> possibly try with Camel 3.18.3? We have
Hi, before I go ahead and investigate this further ... Could you possibly
try with Camel 3.18.3? We have made a bunch of fixes for Kafka in 3.18.3.
Kind regards
On Wed, Nov 9, 2022 at 3:56 PM Claus Ibsen wrote:
> Hi
>
> I am not sure, there are some improvements and refactorings going on in
> c
Hi
I am not sure, there are some improvements and refactorings going on in
camel-kafka and offset management.
I think Otavio would be better to help look into this.
On Wed, Nov 9, 2022 at 11:36 AM Sangchoei, Yuttana
wrote:
> Hi All,
>
> I'm upgrading Camel from 3.16 to 3.17 and found a problem
Hi All,
I'm upgrading Camel from 3.16 to 3.17 and found a problem that OffsetRepository
didn't get update after manual commit.
It is a Spring boot project and MemoryStateRepository as follows.
@Bean
public MemoryStateRepository offsetRepo() {
MemoryStateRepository
11 matches
Mail list logo