Re: [D] jsonschema2pojo component [camel-karavan]

2025-04-08 Thread via GitHub
GitHub user davsclaus added a comment to the discussion: jsonschema2pojo component No this cannot be done from inside Karavan - its a maven plugin and you need to use a maven based project for that to generate those DTOs. GitHub link: https://github.com/apache/camel-karavan/discussions/1518#

Re: [D] Having SFTP Issues, [camel-karavan]

2025-04-28 Thread via GitHub
GitHub user woodarts edited a discussion: Having SFTP Issues, I have a route, Its trying to connect to an SFTP end point, But I receive this error all the time sftp://xxx.com:22/Karavan-SFTP-Test?username=eipp-ipl-demo&password=x&passiveMode=true&autoCreate=false&delete=false&recursiv

Re: [D] Having SFTP Issues, [camel-karavan]

2025-05-01 Thread via GitHub
GitHub user davsclaus added a comment to the discussion: Having SFTP Issues, You can set `throwExceptionOnConnectFailed=true` and then see if the log shows more details why you cannot login GitHub link: https://github.com/apache/camel-karavan/discussions/1522#discussioncomment-13004170

Re: [D] Karavan vs Kaoto [camel-karavan]

2025-05-07 Thread via GitHub
GitHub user mgubaidullin added a comment to the discussion: Karavan vs Kaoto If you're looking for tooling to enable Business Analysts to design and deploy integrations in a CamelK environment, here are a few key considerations: **Camel-K Compatibility:** If you're specifically using Camel-K,

Re: [D] Nested kamelets [camel-karavan]

2025-05-08 Thread via GitHub
GitHub user squakez added a comment to the discussion: Nested kamelets Hello, this doc should help: https://camel.apache.org/components/next/kamelet-component.html#_calling_a_kamelet_from_another_kamelet GitHub link: https://github.com/apache/camel-karavan/discussions/1528#discussioncomment-1

Re: [D] Creation of Karavan Image for ECR [camel-karavan]

2025-05-10 Thread via GitHub
GitHub user mgubaidullin added a comment to the discussion: Creation of Karavan Image for ECR You can either pull the apache/camel-karavan image and push it to your AWS image registry, or build your own image by following the same steps used in the GitHub Actions workflow in the repository.

Re: [D] Karavan vs Kaoto [camel-karavan]

2025-05-06 Thread via GitHub
GitHub user shaun-forgie added a comment to the discussion: Karavan vs Kaoto I am looking for design tooling that can be used by Business Analysts to build integrations and pipes. GitHub link: https://github.com/apache/camel-karavan/discussions/1526#discussioncomment-13058505 This is an

Re: [D] Karavan vs Kaoto [camel-karavan]

2025-05-06 Thread via GitHub
GitHub user shaun-forgie edited a comment on the discussion: Karavan vs Kaoto I am looking for tooling that can be used by Business Analysts to design and deploy integrations and pipes into a Camelk environment. GitHub link: https://github.com/apache/camel-karavan/discussions/1526#discussionc

Re: [D] Karavan vs Kaoto [camel-karavan]

2025-05-06 Thread via GitHub
GitHub user shaun-forgie edited a discussion: Karavan vs Kaoto Interested to know which approach we should take for integration design workflows. GitHub link: https://github.com/apache/camel-karavan/discussions/1526 This is an automatically sent email for users@camel.apache.org. To unsu

Re: [D] Karavan vs Kaoto [camel-karavan]

2025-05-06 Thread via GitHub
GitHub user mgubaidullin added a comment to the discussion: Karavan vs Kaoto Kaoto is designer of routes while Karavan is end-to-end solution: projects stored in git, designer, build and deployment to Docker or Kubernetes. What are you looking for? GitHub link: https://github.com/apache/came

Re: [D] Container Disk Usage Growth in Dockerized Camel Karavan — How to Prevent or Manage It? [camel-karavan]

2025-06-17 Thread via GitHub
GitHub user mgubaidullin added a comment to the discussion: Container Disk Usage Growth in Dockerized Camel Karavan — How to Prevent or Manage It? What containers have this issue? DevMode or Production? GitHub link: https://github.com/apache/camel-karavan/discussions/1532#discussioncomment-1

Re: [D] Why pods are not showing in Deployments [camel-karavan]

2025-06-16 Thread via GitHub
GitHub user edubencz added a comment to the discussion: Why pods are not showing in Deployments Any solution to this problem of No Pods? I can see karavan web app probing GET 'ui/container' endpoint, and my integration container/pod is visible in the response list. I imagine there is some

Re: [D] Why pods are not showing in Deployments [camel-karavan]

2025-06-17 Thread via GitHub
GitHub user mgubaidullin added a comment to the discussion: Why pods are not showing in Deployments Pod should have label "org.apache.camel.karavan/type"="project" for Karavan 4.10.x and below. Usually configured in build.sh ``` ... -Djib.container.labels=org.apache.camel.karavan/type=project,

Re: [D] Why pods are not showing in Deployments [camel-karavan]

2025-06-17 Thread via GitHub
GitHub user edubencz added a comment to the discussion: Why pods are not showing in Deployments Looking at the frontend code, it seems to require pods to have an specific 'type' to be 'packaged' but my pods are getting tyoe 'unkown': ![image](https://github.com/user-attachments/assets/a343ead

Re: [D] Why pods are not showing in Deployments [camel-karavan]

2025-06-17 Thread via GitHub
GitHub user edubencz added a comment to the discussion: Why pods are not showing in Deployments It seems to me that my build step is not applying the expected label to identify the pod type? LABEL_TYPE = "org.apache.camel.karavan/type"; If I access the pod manually via k8, and apply this lab

Re: [D] Why pods are not showing in Deployments [camel-karavan]

2025-06-17 Thread via GitHub
GitHub user mgubaidullin added a comment to the discussion: Why pods are not showing in Deployments `packaged` will be used in the next version GitHub link: https://github.com/apache/camel-karavan/discussions/1506#discussioncomment-13497948 This is an automatically sent email for users@

Re: [D] Why pods are not showing in Deployments [camel-karavan]

2025-06-17 Thread via GitHub
GitHub user edubencz added a comment to the discussion: Why pods are not showing in Deployments Perfect! thanks @mgubaidullin, that solved the problem! One more thing. The button Deploy is enabled, and if I click it, an error toast pops up, and the request details show some problem trying to