You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/04 09:39:11 UTC

[GitHub] [camel-quarkus] gitmalong opened a new issue #1871: AWS properties not picked up

gitmalong opened a new issue #1871:
URL: https://github.com/apache/camel-quarkus/issues/1871


   In my application.properties I'm setting `aws.cborEnabled=false` but it is not being set as `System.getenv("aws.cborEnabled"` returns `null`.
   
   Using amel-quarkus-aws2-kinesis
   
   ```
   		<compiler-plugin.version>3.8.1</compiler-plugin.version>
   		<maven.compiler.parameters>true</maven.compiler.parameters>
   		<maven.compiler.source>11</maven.compiler.source>
   		<maven.compiler.target>11</maven.compiler.target>
   		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
   		<quarkus-plugin.version>1.8.1.Final</quarkus-plugin.version>
   		<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
   		<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
   		<quarkus.platform.version>1.8.1.Final</quarkus.platform.version>
   		<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
   	</properties>
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] oscerd commented on issue #1871: AWS properties not picked up

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #1871:
URL: https://github.com/apache/camel-quarkus/issues/1871#issuecomment-703439785


   With AWS2-Kinesis extension or with the the aws-kinesis extension?
   
   With v2 the aws.cborEnabled is a system property not an env variable.
   
   https://github.com/aws/aws-sdk-java-v2/blob/master/docs/LaunchChangelog.md#61-environment-variables-and-system-properties


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] oscerd commented on issue #1871: AWS properties not picked up

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #1871:
URL: https://github.com/apache/camel-quarkus/issues/1871#issuecomment-703440331


   If you're using the aws-kinesis extension you need to set the AWS_CBOR_DISABLED as env property or the com.amazonaws.sdk.disableCbor as system property.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga closed issue #1871: AWS properties not picked up

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #1871:
URL: https://github.com/apache/camel-quarkus/issues/1871


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] oscerd commented on issue #1871: AWS properties not picked up

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #1871:
URL: https://github.com/apache/camel-quarkus/issues/1871#issuecomment-703233096


   I'll have a look but it shouldn't be an env variable 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on issue #1871: AWS properties not picked up

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #1871:
URL: https://github.com/apache/camel-quarkus/issues/1871#issuecomment-849000891


   Closing as stale


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] oscerd commented on issue #1871: AWS properties not picked up

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #1871:
URL: https://github.com/apache/camel-quarkus/issues/1871#issuecomment-703443011


   Also it's not completely clear if you're using the camel extension or not. Please add more details.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org