Class HBaseDelegationTokenProvider

  • All Implemented Interfaces:
    DelegationTokenProvider

    @Internal
    public class HBaseDelegationTokenProvider
    extends Object
    implements DelegationTokenProvider
    Delegation token provider implementation for HBase. Basically it would be good to move this to flink-connector-hbase-base but HBase connection can be made without the connector. All in all I tend to move this but that would be a breaking change.