mimaison commented on PR #13157: URL: https://github.com/apache/kafka/pull/13157#issuecomment-1402188145
@nizhikov Thanks for looking at this issue. I don't think we can simply enable the javadoc on the `connect:mirror` project as it will also include all public classes from that module that are not part of the public API. We only want to include the interfaces users can implement. We should be able to use a filter to select the classes to include. Otherwise I wonder if we could move the classes we want to the mirror-client module. The package should be the same, and as mirror depends on it, it should hopefully not break anything. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org