1. 20 11月, 2019 1 次提交
    • J
      expose getLastMessageId method in ConsumerImpl (#4911) · d4e953fb
      Jia Zhai 提交于
      Fixes #4909
      ### Motivation
      
      It would be good to expose method `getLastMessageId` in `ConsumerImpl` to a public method. 
      eg. some times user would like to know the lag messages; or only consume messages before current time.
      
      ### Modifications
      
      - expose method `getLastMessageId` in consumer api.
      - add unit test.
      
      ### Verifying this change
      Ut passed
      
      (cherry picked from commit 93d95c74)
      d4e953fb
  2. 28 2月, 2019 1 次提交
  3. 31 12月, 2018 1 次提交