Github user CodingCat commented on a diff in the pull request:
https://github.com/apache/spark/pull/10892#discussion_r51253465
--- Diff:
external/akka/src/main/scala/org/apache/spark/streaming/akka/ActorReceiver.scala
---
@@ -90,6 +90,48 @@ object ActorReceiver {
@DeveloperApi
abstract class ActorReceiver extends Actor {
+ /**
+ * start a new actor-based receiver, spark streaming will asynchronously
send the corresponding
+ * ActorRef object to the caller actor of this API
+ *
+ * @param props the props object of the receiver actor
+ * @param name the name of the actor
+ */
+ def startNewActorReceiver(props: Props, name: String) {
--- End diff --
I will leave the async APIs unchanged until we get an agreement on what the
best option is...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]