Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewParserDebezium ¶
Types ¶
type ParserConfigDebeziumCommon ¶
type ParserConfigDebeziumCommon struct { SchemaRegistryURL string SkipAuth bool Username string Password string TLSFile string }
func (*ParserConfigDebeziumCommon) IsAppendOnly ¶
func (c *ParserConfigDebeziumCommon) IsAppendOnly() bool
func (*ParserConfigDebeziumCommon) IsNewParserConfig ¶
func (c *ParserConfigDebeziumCommon) IsNewParserConfig()
func (*ParserConfigDebeziumCommon) Validate ¶
func (c *ParserConfigDebeziumCommon) Validate() error
type ParserConfigDebeziumLb ¶
type ParserConfigDebeziumLb struct { SchemaRegistryURL string SkipAuth bool Username string Password string TLSFile string }
func (*ParserConfigDebeziumLb) IsAppendOnly ¶
func (c *ParserConfigDebeziumLb) IsAppendOnly() bool
func (*ParserConfigDebeziumLb) IsNewParserConfig ¶
func (c *ParserConfigDebeziumLb) IsNewParserConfig()
func (*ParserConfigDebeziumLb) Validate ¶
func (c *ParserConfigDebeziumLb) Validate() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.