bvolpato opened a new pull request, #29411:
URL: https://github.com/apache/beam/pull/29411

   I want to use the checker in a specific way, and we didn't expose the 
`success` or `message`:
   
   ```java
       assertThat(pubsubCheck.check().isSuccess()).isTrue();
   ```
   
   Right now we only have `pubsubCheck.get()` but it's not expressive enough 
(and wouldn't return the message if it failed).
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to