Re: [PR] Kafka dev console and jbang command [camel]

2024-07-10 Thread via GitHub
davsclaus merged PR #14768: URL: https://github.com/apache/camel/pull/14768 -- 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.ap

Re: [PR] Kafka dev console and jbang command [camel]

2024-07-10 Thread via GitHub
davsclaus commented on PR #14768: URL: https://github.com/apache/camel/pull/14768#issuecomment-2219737159 > > > I've left some suggestions. I think this is adding a lot of complexity to a component that is already very complex. IMHO, a decorator would be able to isolate that complexity and

Re: [PR] Kafka dev console and jbang command [camel]

2024-07-10 Thread via GitHub
davsclaus commented on code in PR #14768: URL: https://github.com/apache/camel/pull/14768#discussion_r1671735359 ## components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java: ## @@ -343,6 +371,30 @@ protected void startPolling() {

Re: [PR] Kafka dev console and jbang command [camel]

2024-07-09 Thread via GitHub
orpiske commented on PR #14768: URL: https://github.com/apache/camel/pull/14768#issuecomment-2219661097 > > I've left some suggestions. I think this is adding a lot of complexity to a component that is already very complex. IMHO, a decorator would be able to isolate that complexity and redu

Re: [PR] Kafka dev console and jbang command [camel]

2024-07-09 Thread via GitHub
orpiske commented on code in PR #14768: URL: https://github.com/apache/camel/pull/14768#discussion_r1671678632 ## components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java: ## @@ -343,6 +371,30 @@ protected void startPolling() { fi

Re: [PR] Kafka dev console and jbang command [camel]

2024-07-09 Thread via GitHub
orpiske commented on code in PR #14768: URL: https://github.com/apache/camel/pull/14768#discussion_r1671674901 ## components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java: ## @@ -343,6 +371,30 @@ protected void startPolling() { fi

Re: [PR] Kafka dev console and jbang command [camel]

2024-07-09 Thread via GitHub
orpiske commented on code in PR #14768: URL: https://github.com/apache/camel/pull/14768#discussion_r1671674901 ## components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java: ## @@ -343,6 +371,30 @@ protected void startPolling() { fi

Re: [PR] Kafka dev console and jbang command [camel]

2024-07-09 Thread via GitHub
davsclaus commented on PR #14768: URL: https://github.com/apache/camel/pull/14768#issuecomment-2219629075 > I've left some suggestions. I think this is adding a lot of complexity to a component that is already very complex. IMHO, a decorator would be able to isolate that complexity and redu

Re: [PR] Kafka dev console and jbang command [camel]

2024-07-09 Thread via GitHub
davsclaus commented on code in PR #14768: URL: https://github.com/apache/camel/pull/14768#discussion_r1671660004 ## components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java: ## @@ -343,6 +371,30 @@ protected void startPolling() {

Re: [PR] Kafka dev console and jbang command [camel]

2024-07-09 Thread via GitHub
davsclaus commented on code in PR #14768: URL: https://github.com/apache/camel/pull/14768#discussion_r1671659607 ## components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaDevConsole.java: ## @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] Kafka dev console and jbang command [camel]

2024-07-09 Thread via GitHub
orpiske commented on code in PR #14768: URL: https://github.com/apache/camel/pull/14768#discussion_r1671653582 ## components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java: ## @@ -343,6 +371,30 @@ protected void startPolling() { fi

Re: [PR] Kafka dev console and jbang command [camel]

2024-07-09 Thread via GitHub
github-actions[bot] commented on PR #14768: URL: https://github.com/apache/camel/pull/14768#issuecomment-2217966293 :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] Kafka dev console and jbang command [camel]

2024-07-09 Thread via GitHub
davsclaus opened a new pull request, #14768: URL: https://github.com/apache/camel/pull/14768 # Description # Target - [ ] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch) # Trac