• S
    [schema] KeyValue schema support using AUTO_CONSUME as key/value schema (#4839) · dd7cc890
    Sijie Guo 提交于
    *Motivation*
    
    Currently KeyValue schema doesn't support using AUTO_CONSUME.
    
    This PR is to add this support.
    
    This PR is based on #4836
    
    *Changes*
    
    - refactor a bit on Schema interface to support fetching schema info for both AutoConsumeSchema and KeyValueSchema before subscribing
    - add AUTO_CONSUME support to KeyValueSchema
    - add tests
    dd7cc890
Schema.java 11.4 KB