Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewParserNative ¶
Types ¶
type ParserConfigNativeLb ¶
type ParserConfigNativeLb struct { }
func (*ParserConfigNativeLb) IsAppendOnly ¶
func (c *ParserConfigNativeLb) IsAppendOnly() bool
func (*ParserConfigNativeLb) IsNewParserConfig ¶
func (c *ParserConfigNativeLb) IsNewParserConfig()
func (*ParserConfigNativeLb) Validate ¶
func (c *ParserConfigNativeLb) Validate() error
type ParserNative ¶
type ParserNative struct {
// contains filtered or unexported fields
}
func (*ParserNative) Do ¶
func (p *ParserNative) Do(msg parsers.Message, partition abstract.Partition) []abstract.ChangeItem
func (*ParserNative) DoBatch ¶
func (p *ParserNative) DoBatch(batch parsers.MessageBatch) []abstract.ChangeItem
Click to show internal directories.
Click to hide internal directories.