• Y
    [pulsar-io-jdbc] not set action as insert (#4862) · d8356d8c
    Yi Tang 提交于
    ### Motivation
    
    jdbc sink treat all record as INSERT before #4358 , now it requires an indispensable action property which seems to be a break change, and we can deal records without any action property as INSERT.
    
    ### Modifications
    
    treat action not set as INSERT action like before.
    d8356d8c
JdbcAbstractSink.java 8.7 KB