You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/16 01:55:40 UTC

[GitHub] [rocketmq-connect] Oliverwqcwrw opened a new issue, #253: Boolean.getBoolean always return false

Oliverwqcwrw opened a new issue, #253:
URL: https://github.com/apache/rocketmq-connect/issues/253

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   
   In `org.apache.rocketmq.connect.runtime.errors.DeadLetterQueueConfig#isDlqContextHeadersEnabled`
   
   Boolean.getBoolean always return false because we don't set system property
   
   - What is expected to see?
   
   get property from ConnectKeyValue
   
   - What did you see instead?
   
   get property from system property
   
   2. Please tell us about your environment:
   
   master
   
   4. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
   
   replace Boolean.getBoolean to Boolean.valueOf
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq-connect] Oliverwqcwrw closed issue #253: Boolean.getBoolean always return false

Posted by GitBox <gi...@apache.org>.
Oliverwqcwrw closed issue #253: Boolean.getBoolean always return false
URL: https://github.com/apache/rocketmq-connect/issues/253


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

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