You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/05/29 06:02:00 UTC

[jira] [Commented] (CAMEL-15130) camel-debezium - Source code generated for Spring Boot fails with new duration defaults

    [ https://issues.apache.org/jira/browse/CAMEL-15130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119292#comment-17119292 ] 

Claus Ibsen commented on CAMEL-15130:
-------------------------------------

[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project camel-debezium-mongodb-starter: Compilation failure: Compilation failure:
[ERROR] /Users/davsclaus/workspace/camel-spring-boot/components-starter/camel-debezium-mongodb-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMongodbComponentConfiguration.java:[87,43] ';' expected
[ERROR] /Users/davsclaus/workspace/camel-spring-boot/components-starter/camel-debezium-mongodb-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMongodbComponentConfiguration.java:[87,45] <identifier> expected
[ERROR] /Users/davsclaus/workspace/camel-spring-boot/components-starter/camel-debezium-mongodb-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMongodbComponentConfiguration.java:[91,44] ';' expected
[ERROR] /Users/davsclaus/workspace/camel-spring-boot/components-starter/camel-debezium-mongodb-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMongodbComponentConfiguration.java:[91,46] <identifier> expected
[ERROR] -> [Help 1]

> camel-debezium - Source code generated for Spring Boot fails with new duration defaults
> ---------------------------------------------------------------------------------------
>
>                 Key: CAMEL-15130
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15130
>             Project: Camel
>          Issue Type: Bug
>          Components: tooling
>    Affects Versions: 3.4.0
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.4.0
>
>
>     /**
>      * Maximum number of milliseconds to wait for records to flush and partition
>      * offset data to be committed to offset storage before cancelling the
>      * process and restoring the offset data to be committed in a future
>      * attempt. The default is 5 seconds.
>      */
>     private Long offsetCommitTimeoutMs = 5sL;
>     /**
>      * Interval at which to try committing offsets. The default is 1 minute.
>      */
>     private Long offsetFlushIntervalMs = 60sL;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)