Federico Mariani

Results 17 comments of Federico Mariani

I'll come up with more tests, but can be merged at the moment

``` $ camel infra run kafka --json { "brokers" : "localhost:9092", "getBootstrapServers" : "localhost:9092" } ``` ``` - route: id: route-8109 from: uri: timer:yaml parameters: period: "1000" steps: - setBody:...

``` $ camel infra run sftp --json { "directoryName" : "myTestDirectory", "getFtpRootDir" : "file:///Users/fmariani/Repositories/croway/camel/target/ftp/camel-test-infra-test-directory/res/home", "getPort" : 2222, "host" : "localhost", "hostname" : "localhost", "password" : "admin", "port" : 2222, "username"...

> how many are there still left to be done ? I am sorry for taking so long, 2 more to go I'll be done by today or tomorrow

``` $ camel infra run milvus --json { "getMilvusEndpointUrl" : "http://localhost:19530", "getMilvusHost" : "localhost", "getMilvusPort" : 19530, "host" : "localhost", "port" : 19530 } ``` ``` from("timer:java?period=1000") .to("direct:in"); FieldType fieldType1...

``` $ camel infra run qdrant --json { "getGrpcHost" : "localhost", "getGrpcPort" : 6334, "getHttpHost" : "localhost", "getHttpPort" : 6333, "host" : "localhost", "port" : 6334 } ``` ``` from("timer:java?period=1000&includeMetadata=true")...

@davsclaus done, the failure is related to mvnd, I'll merge it.