Re: [PR] pg-replication-slot FIX: Calling super.doStart() after initializing the consumer to avoid poll() being called before the Consumer is initialized [camel]

2024-04-23 Thread via GitHub
oscerd commented on PR #13867: URL: https://github.com/apache/camel/pull/13867#issuecomment-2071861440 Thanks, I'm going to backport on 4.4.x and 4.0.x too -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] pg-replication-slot FIX: Calling super.doStart() after initializing the consumer to avoid poll() being called before the Consumer is initialized [camel]

2024-04-23 Thread via GitHub
oscerd merged PR #13867: URL: https://github.com/apache/camel/pull/13867 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apach

Re: [PR] pg-replication-slot FIX: Calling super.doStart() after initializing the consumer to avoid poll() being called before the Consumer is initialized [camel]

2024-04-23 Thread via GitHub
github-actions[bot] commented on PR #13867: URL: https://github.com/apache/camel/pull/13867#issuecomment-2071816489 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] pg-replication-slot FIX: Calling super.doStart() after initializing the consumer to avoid poll() being called before the Consumer is initialized [camel]

2024-04-23 Thread via GitHub
github-actions[bot] commented on PR #13867: URL: https://github.com/apache/camel/pull/13867#issuecomment-2071812389 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] pg-replication-slot FIX: Calling super.doStart() after initializing the consumer to avoid poll() being called before the Consumer is initialized [camel]

2024-04-23 Thread via GitHub
oscerd commented on PR #13867: URL: https://github.com/apache/camel/pull/13867#issuecomment-2071811657 /component-test pg-replication-slot -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

Re: [PR] pg-replication-slot FIX: Calling super.doStart() after initializing the consumer to avoid poll() being called before the Consumer is initialized [camel]

2024-04-21 Thread via GitHub
github-actions[bot] commented on PR #13867: URL: https://github.com/apache/camel/pull/13867#issuecomment-2068046348 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

[PR] pg-replication-slot FIX: Calling super.doStart() after initializing the consumer to avoid poll() being called before the Consumer is initialized [camel]

2024-04-21 Thread via GitHub
bahaa opened a new pull request, #13867: URL: https://github.com/apache/camel/pull/13867 # Description Calling `super.doStart()` before initializing the consumer might cause `poll()` being called before the consumer is ready. This can happen if `connect()` takes relatively long time.