This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git.


    from 55b9a6f  Add multi topic consumer. (#100)
     add d91a2a2  Add client function to list topics in a namespace. (#101)

No new revisions were added by this update.

Summary of changes:
 pulsar/{impl_client.go => client_impl.go}          | 45 +++++++---
 .../{impl_client_test.go => client_impl_test.go}   | 96 +++++++++++++++++++++-
 pulsar/impl_partition_producer.go                  |  9 +-
 pulsar/internal/commands.go                        |  2 +
 pulsar/producer_test.go                            |  5 +-
 pulsar/test_helper.go                              | 58 +++++++++++--
 6 files changed, 186 insertions(+), 29 deletions(-)
 rename pulsar/{impl_client.go => client_impl.go} (73%)
 rename pulsar/{impl_client_test.go => client_impl_test.go} (69%)

Reply via email to