Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New kV representation and more flexible extension for data Entry data structure #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    dcfb49d View commit details
    Browse the repository at this point in the history
  2. Modify the structure of the class DataEntry.

    Enhanced Semantic Expression of the DataEntry.In order to better characterize KV data structure, key and headers fields is added in DataEntry. At the same time, the function of value checking and string parsing is also added. Better yet, it provide basic and custom types for user selection and extension.
    
     The old structure as the STRUCT type of the new structure, you can use it as new way and more easier.
    
     We change SCHEMA to META because we think META is better than SCHEMA in approaching the meaning expressed by this object.
    
     We added the headers attribute to correspond to userProperty in Massage of RocketMQ.
    
     We provide a variety of static construction methods and static variables for all type of metas, to facilitate users to quickly select the required meta types. We also provides a fast conversion method for object data, so that users can get the required data safely and quickly.
    LiuBoyan committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    46b95d9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/liuboyan69/openmessaging-…

    …connect
    
    # Conflicts:
    #	connector/src/main/java/io/openmessaging/connector/api/data/DataEntry.java
    #	connector/src/main/java/io/openmessaging/connector/api/data/DataEntryBuilder.java
    #	connector/src/main/java/io/openmessaging/connector/api/data/Schema.java
    #	connector/src/main/java/io/openmessaging/connector/api/data/SinkDataEntry.java
    #	connector/src/main/java/io/openmessaging/connector/api/data/SourceDataEntry.java
    LiuBoyan committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    b326d5e View commit details
    Browse the repository at this point in the history