JDBC Driver for Apache Kafka

Build 23.0.8839

MessageKeyType

If MessageKeyColumn is specified, this property must be set to the expected type for the pertinent column.

Possible Values

Null, Binary, String, Long, Integer

データ型

string

デフォルト値

"Null"

解説

Be advised that, when this value is set to null, MessageKeyColumn will be ignored.

The available types are as follows:

Null The key column type will be treated as null.
Binary The key column type will be treated as a binary. The value will be reported in base64.
String The key column type will be treated as a string.
Long The key column type will be treated as a long.
Integer The key column type will be treated as an integer.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839