iht commented on code in PR #32060:
URL: https://github.com/apache/beam/pull/32060#discussion_r1761492923


##########
sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/broker/MessageReceiver.java:
##########
@@ -19,14 +19,15 @@
 
 import com.solacesystems.jcsmp.BytesXMLMessage;
 import java.io.IOException;
+import java.io.Serializable;
 
 /**
  * Interface for receiving messages from a Solace broker.
  *
  * <p>Implementations of this interface are responsible for managing the 
connection to the broker
  * and for receiving messages from the broker.
  */
-public interface MessageReceiver {
+public interface MessageReceiver extends Serializable {

Review Comment:
   Resolving this comment now. Fixed in commit 
e545ec977a6d1942590cd16663824fb82cd0e538
   
   (pushed on behalf of @bzablocki)



-- 
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: github-unsubscr...@beam.apache.org

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

Reply via email to