Description
Much of the required Copycat API will exist from previous patches since any main() method will need to do very similar operations. However, integrating with any other Java code may require additional API support.
For example, one of the use cases when integrating with any stream processing application will require knowing which topics will be written to. We will need to add APIs to expose the topics a registered connector is writing to so they can be consumed by a stream processing task