Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functions to get the current list of topics #14

Merged
merged 1 commit into from Feb 3, 2019
Merged

Add functions to get the current list of topics #14

merged 1 commit into from Feb 3, 2019

Commits on Feb 2, 2019

  1. Add functions to get the current list of topics

    This commit adds a Topics function to bring the TopicMap
    implementation in line with that of the Kafka connector. The Topics
    function was added to kafka-connector after the connector-sdk was
    extracted from it.
    
    It also adds a Topics function to Controller that returns the list
    of topics in the TopicMap. This function is added so that connector
    implementations can get the list of current topics without having to
    knew about the internal structure of Controller.
    
    Signed-off-by: Chad Taylor <taylor.thomas.c@gmail.com>
    tessellator committed Feb 2, 2019
    Copy the full SHA
    a5361f4 View commit details
    Browse the repository at this point in the history