Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Support consumer groups for which member information is unavailable. #128

Merged
merged 2 commits into from
May 8, 2020

Commits on Mar 3, 2020

  1. Support consumer groups for which member information is unavailable.

    Also minor fix in setting properties, KafkaClient.scala lines 61 and 73:
    the documentation for java.util.Properties suggests not to use putAll method because it is not type-safe (in fact, in my environment those two lines did not even compile). They suggest using setProperty method.
    lilyevsky committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    5235643 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Remove two comment lines

    lilyevsky committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    3f3672a View commit details
    Browse the repository at this point in the history