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#
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
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
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,
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
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.
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
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
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
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
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
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
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,
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
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
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@
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
17 matches
Mail list logo