bzablocki commented on code in PR #32400:
URL: https://github.com/apache/beam/pull/32400#discussion_r1856753616


##########
sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/broker/SempBasicAuthClientExecutor.java:
##########
@@ -52,7 +56,7 @@
  * response is 401 Unauthorized, the client will execute an additional request 
with Basic Auth
  * header to refresh the token.
  */
-class SempBasicAuthClientExecutor implements Serializable {
+public class SempBasicAuthClientExecutor implements Serializable {

Review Comment:
   Edit, the tests are failing now. I think it has to be serializable, as this 
is a field in SempClient, which has to be serializable. I'll revert the changes



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