ReadSchemaTopic¶
- class ReadSchemaTopic.ReadSchemaTopic¶
Bases:
objectClass to Retrieve the Kafka Schema for the given Topic/Stream.
- control_schema_name¶
“control” by default
- Type
str
- security_props¶
properties to be passed in to the AuthenticationConfigLoader
- Type
dict
- kafka_props¶
properties to be passed in to the AuthenticationConfigLoader
- Type
dict
- consumer_props¶
a JSON dict from a user-editable file containing the num_messages and timeout parameters to be passed into a KafkaConsumer’s .consume() function
- Type
dict
- get_consumer(client_id)¶
- get_topics()¶
- internal_schema(topic)¶
- read_schema(topic)¶
- set_kafka_props(props)¶
- set_security_props(props)¶