1. 30 8月, 2020 1 次提交
    • H
      Add compaction threshold for topic level (#7881) · 3ff753c6
      hangc0276 提交于
      Fix #7826 
      
      ### Motivation
      Support compaction threshold on topic level.
      Based on the system topic function.
      
      ### Modifications
      Support set compaction threshold on topic level.
      Support get compaction threshold on topic level.
      Support remove compaction threshold on topic level.
      3ff753c6
  2. 28 8月, 2020 1 次提交
    • H
      support message dispatch rate on topic level (#7863) · 395037e9
      hangc0276 提交于
      ### Motivation
      Support message dispatch rate on topic level.
      Based on the system topic function.
      
      ### Modifications
      Support set message dispatch rate on topic level.
      Support get message dispatch rate on topic level.
      Support remove message dispatch rate on topic level.
      395037e9
  3. 17 8月, 2020 1 次提交
  4. 11 8月, 2020 1 次提交
    • J
      [Issue 2688]Support set retention on topic level. (#7747) · 824cb08b
      jianyun 提交于
      ### Motivation
      Support set retention quota on topic level.
      Based on the system topic function.
      ### Modifications
      Support get-retention on topic level.
      Support set-retention on topic level.
      Support remove-retention on topic level.
      824cb08b
  5. 06 8月, 2020 1 次提交
    • M
      Support set message TTL on topic level. (#7738) · 8a763abc
      Marvin Cai 提交于
      ### Motivation
      Master Issue: #2688
      Add Topic level policy support for message TTL.
      
      ### Modifications
      
      Support set/get/remove Message TTL on topic level.
      
      ### Verifying this change
      This change added tests and can be verified as follows:
      
        - *Added Unit test to verify set/get/remove message TTL at Topic level work as expected when Topic level policy is enabled/disabled*
        - *Added test case in PersistentTopicE2ETest to verify Topic level message TTL is used when set and will fall back to namespace message TTL if Topic level message TTL is removed.*
      8a763abc
  6. 05 8月, 2020 1 次提交
  7. 31 7月, 2020 1 次提交
    • J
      [Issue 2689] Support set backlog quota on topic level. (#7646) · 26c49a85
      jianyun 提交于
      ### Motivation
      Support set backlog quota on topic level.
      Based on the system topic function, refer to @codelipenghui  topic-level backlog quota based on zk implementation
      
      ###Modifications
      Support get-backlog-quotas on topic level.
      Support set-backlog-quota on topic level.
      Support remove-backlog-quota on topic level.
      26c49a85