dongjoon-hyun commented on a change in pull request #35799:
URL: https://github.com/apache/spark/pull/35799#discussion_r841166511
##########
File path:
streaming/src/main/scala/org/apache/spark/streaming/StreamingConf.scala
##########
@@ -185,4 +185,10 @@ object StreamingConf {
.longConf
.createWithDefault(0)
+ private[streaming] val STREAMING_EXTRA_LISTENERS =
ConfigBuilder("spark.streaming.extraListeners")
+ .doc("Class names of streaming listeners to add to StreamingContext during
initialization.")
+ .version("3.3.0")
Review comment:
This should be the version of `master` branch which is currently `3.4.0`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]