pnowojski commented on code in PR #26599: URL: https://github.com/apache/flink/pull/26599#discussion_r2190196891
########## flink-core/src/main/java/org/apache/flink/configuration/TraceOptions.java: ########## @@ -67,20 +67,6 @@ public static Configuration forReporter(Configuration configuration, String repo + " any of the names in the list will be started. Otherwise, all reporters that could be found in" + " the configuration will be started."); - /** - * Temporary option to report events as span. This option will be removed once we support - * reporting events. - */ - @Deprecated Review Comment: This is in an `@Experimental` feature so it is fine, as long it's not a bug fix release. Also I'm pretty sure nobody has been using this one, so the impact is most likely zero for our users. On the other hand maintenance of this feature would be a bit annoying. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org