integration
Here are 1,313 public repositories matching this topic...
Quilljs support
-
Updated
Jul 6, 2020 - Java
The help currently reads:
Vector S get; set;
Gets the singular values (Σ) of matrix in ascending value.
It should be:
descending order of magnitude.
SQL Insert Statement
Current behavior:
All the SQL activities either don't support Insert or are specific to a usecase
Expected behavior:
to be able to insert to a sql database in an activity
What is the motivation / use case for changing the behavior?
many workflows/pipelines require logging to a database
Additional information you deem important (e.g. I need this tomorrow):
-
Updated
Jul 5, 2020 - Python
S3: Include docs example to setup AvroParquet writer with Hadoop info set from the application.conf
Currently working with the AvroParquet module writing to S3, and I thought it would be nice to inject S3 configuration from application.conf to the AvroParquet as same as it is being done for alpakka-s3.
In such case, importing hadoop configuration would not be required, but optional.
In which being the original code for creating an avro parquet writer to S3 like:
val writer
-
Updated
Jul 3, 2020 - Scala
-
Updated
Jan 24, 2017 - Scala
Hi,
I plan to run WALKOFF in a high-availability setup within a cluster.
Unforunately there is no documentation available.
Is this technically possible? Can you give me some hints in the right direction?
Otherwise I think this would be a great feature ;)
Hello, I want to add my own micro services on the basis of sitewhere micro services. I saw that the source code is used for external project calls using gradle. The API for grpc calls is provided in sitewhere-grpc-api. But how do I call methods on sitewhere when I develop with maven+springboot? Are there demo examples?
-
Updated
Apr 20, 2020 - JavaScript
If I set:
camel.component.twitter-search.xxx
The camel-twitter component should be added to the set of dependencies automatically.
Also because the new property-binding mechanism goes in error otherwise.
We should inspect direct properties and property-files.
We may extend the search also to linked secrets and configmaps.
-
Updated
Jul 4, 2020 - Java
-
Updated
May 18, 2020 - JavaScript
-
Updated
Jun 18, 2020 - Java
This is a...
[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[X ] Documentation issue or request
Description
Syndesis user documentation should be published on the Syndesis community site.
As Zoran says, the d
-
Updated
Jun 30, 2020 - Python
-
Updated
Jun 8, 2020
-
Updated
Jul 3, 2020 - TypeScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jul 5, 2020 - Java
Description:
We have provided JMS proxy level throttling implementation as an update (6378) for EI 6.4.0. We need to update the documentation [1] with the relevant details.
We have already updated the documentation for EI 6.1.0 [2] on the JMS proxy level throttling.
[1] https://docs.wso2.com/display/EI640/Tuning+the+JMS+Transport
[2] https://docs.wso2.com/display/EI610/Tuning+the+JMS+Tr
- Console output
Maybe err and warn should output an error and warning to the JavaScript console respectively.
The code also should not throw a TypeError or something alike if a console is not present.
Like this:
if(console) console.error(msg);if(console) console.warn(msg);- Document err, warn and related APIs
warn is currently unused and undocumented.
Documen
-
Updated
Aug 21, 2017 - JavaScript
Hi Folks,
We would like to deploy X-ROad in PoC but do not have Ansible for the easy path. Is there one page diagram will all the components required with data flows that we could use to build out the components?
Something like this one below, but including central server, OSCP, logging and logging etc.?
https://github.com/nordic-institute/X-Road/blob/027d59d57db06846a3c5bac8a7ad65ae59bcf88
Improve this page
Add a description, image, and links to the integration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the integration topic, visit your repo's landing page and select "manage topics."


I've just discovered while grepping through the code that webhook also supports YAML. That's great! :) Could we please have a proper documentation for this? Currently nothing in the documentation points to any kind of yaml support.