Property | YES/NO |
---|---|
Single page frame | No |
Show toolbar | No |
Show menu | No |
Show statusbar | No |
Show hint | No |
Fit panel size | No |
Rule | Name | Additional |
---|---|---|
function | TDKFKInitConsumer | numeric method |
function | TDKFKInitProducer | numeric method |
sub | KafkaCloseLibrary | method |
sub | TDKFKApplyConfig | method |
sub | TDKFKAssertConfig | method |
sub | TDKFKCleanup | method |
sub | TDKFKCommit | method |
sub | TDKFKConfigGet | method |
sub | TDKFKConfigSet | method |
sub | TDKFKConsume | method |
sub | TDKFKConsumeFile | method |
sub | TDKFKCreateConsumer | method |
sub | TDKFKCreateProducer | method |
sub | TDKFKProduce | method |
sub | TDKFKProduceFile | method |
sub | TDKFKSubscribe | method |
allocate and initialize connection handle
Corresponding functions: TDKFKInitProducer, TDKFKCleanup
allocate and initialize connection handle
Corresponding functions: TDKFKInitConsumer, TDKFKCleanup
close library
set porperty for handle
ArgContext Context used for inifile name and cache key
ArgRole Role name to support producer/consumer specific configuration
ArgHandle Connection handle from TDKFKInitProducer/TDKFKInitConsumer
ArgConfigKeys Config keys
ArgConfigValues Config values, matched to config keys by index
Corresponding functions: -
get/assert Kafka configuration
ArgContext Context used for inifile name and cache key
ArgRole Role name to support producer/consumer specific configuration
ArgConfigKeys Config keys
ArgConfigValues Config values, matched to config keys by index
ArgTineout Timeout
Corresponding functions: -
cleanup and free connection handle
ArgHandle Connection handle from TDKFKInitProducer/TDKFKInitConsumer
Corresponding functions: TDKFKInitProducer, TDKFKInitConsumer
Commit message previously read MQ
ArgHandle Connection handle from TDKFKInitProducer/TDKFKInitConsumer
Note: Does nothing if 'enable.auto.commit' is 'true'
Corresponding functions: TDKFKConsumer
get porperty for handle
ArgHandle Connection handle from TDKFKInitProducer/TDKFKInitConsumer
ArgName Name of Configuration Property
ArgValue Value of Configuration Property
Corresponding functions: TDKFKConfigSet
set porperty for handle
ArgHandle Connection handle from TDKFKInitProducer/TDKFKInitConsumer
ArgName Name of Configuration Property
ArgValue Value of Configuration Property
Corresponding functions: TDKFKConfigGet
cleanup and free connection handle
ArgHandle Connection handle from TDKFKInitProducer
ArgHeaderKeys List of header key names received
ArgHeaderValue List of corresponding values received
ArgMessage Message received
ArgTimeout Timeout
Corresponding functions: TDKFKSubscribe, TDKafkaConsumeFile, TDKFKProduce, TDKafkaProduceFile
cleanup and free connection handle
ArgHandle Connection handle from TDKFKInitProducer
ArgHeaderKeys List of header key names received
ArgHeaderValue List of corresponding values received
ArgFilename File for writing content received
ArgTimeout Timeout
Corresponding functions: TDKFKSubscribe, TDKafkaConsume, TDKFKProduce, TDKafkaProduceFile
cleanup and free connection handle
ArgHandle Connection handle from TDKFKInitConsumer
Corresponding functions: TDKFKCreateConsumer
cleanup and free connection handle
ArgHandle Connection handle from TDKFKInitProducer
Corresponding functions: TDKFKCreateConsumer
cleanup and free connection handle
ArgHandle Connection handle from TDKFKInitProducer
ArgTopic Topic to produce to
ArgHeaderKeys List of header key names
ArgHeaderValue List of corresponding values
ArgMessage Message to send
ArgTimeout Timeout
Corresponding functions: TDKFKProduceFile, TDKFKConsume, TDKFKConsumeFile
cleanup and free connection handle
ArgHandle Connection handle from TDKFKInitProducer
ArgTopic Topic to produce to
ArgHeaderKeys List of header key names
ArgHeaderValue List of corresponding values
ArgFilename File conatining content to send
ArgTimeout Timeout
Corresponding functions: TDKFKProduce, TDKFKConsume, TDKFKConsumeFile
cleanup and free connection handle
ArgHandle Connection handle from TDKFKInitProducer
ArgTopics Topics to consume from
Corresponding functions: TDKFKConsume, TDKafkaConsumeFile
Module class | Instance | Comment |
---|---|---|
ENCMOD | ENCMOD |