[
https://issues.apache.org/jira/browse/BEAM-8390?focusedWorklogId=327583&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-327583
]
ASF GitHub Bot logged work on BEAM-8390:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Oct/19 23:57
Start Date: 13/Oct/19 23:57
Worklog Time Spent: 10m
Work Description: drobert commented on pull request #9782: [BEAM-8390]
Allow specifying useCorrelationId for RabbitMqIO.Read
URL: https://github.com/apache/beam/pull/9782#discussion_r334304667
##########
File path:
sdks/java/io/rabbitmq/src/main/java/org/apache/beam/sdk/io/rabbitmq/RabbitMqIO.java
##########
@@ -275,6 +275,20 @@ public Read withMaxReadTime(Duration maxReadTime) {
return builder().setMaxReadTime(maxReadTime).build();
}
+ /**
Review comment:
retest this please
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 327583)
Time Spent: 20m (was: 10m)
> cannot set useCorrelationId on RabbitMqIO Read
> ----------------------------------------------
>
> Key: BEAM-8390
> URL: https://issues.apache.org/jira/browse/BEAM-8390
> Project: Beam
> Issue Type: Bug
> Components: io-java-rabbitmq
> Affects Versions: 2.15.0
> Reporter: Daniel Robert
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {{RabbitMqIO.Read hard-codes setUseCorrelationId({color:#000080}false{color})
> and there does not appear to be any means for a caller to override this.}}
> A Builder cannot be obtained (it's package-private) and there does not seem
> to be a corresponding {{withUseCorrelationId}} on the resulting {{Read}}
> class like there is for other properties.
> This looks like it was just an omission.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)