th2_check2_recon
Project description
This repository is a library for creating th2-check2-recon applications.
Installation
pip install th2-check2-recon
This package can be found on PyPI.
Configuration
- use_kafka - defines if kafka client should be passed to user defined rules
- kafka_configuration - kafka connectivity details
Kafka Configuration
- topic - default topic for published events.
- fail_on_connection_failure - defines if service should fall when kafka connection cannot be established.
- bootstrap.servers - comma separated list of host:port of kafka broker instances. Default: ['localhost:9092']
Full configuration list can be found here
Useful configurations from full list are:
- security.protocol - Protocol used to communicate with brokers. Default value: plaintext. Possible values: [ plaintext, ssl, sasl_plaintext, sasl_ssl ]
- sasl.mechanism - SASL mechanism to use for authentication. Should be configured if
security.protocol
is based on SASL. Possible values: [GSSAPI, PLAIN, SCRAM-SHA-256, SCRAM-SHA-512, OAUTHBEARER] - sasl.username - SASL username for use with the PLAIN and SASL-SCRAM-.. mechanisms
- sasl.password - SASL username for use with the PLAIN and SASL-SCRAM-.. mechanisms
- group.id - Client group id string. All clients sharing the same group.id belong to the same group.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file th2_check2_recon-3.3.2.dev5483757554.tar.gz
.
File metadata
- Download URL: th2_check2_recon-3.3.2.dev5483757554.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2698e87cdcc6f4460b2918da16f4a2f2db4e0f223cb9f6de177f8c05882e6aa0 |
|
MD5 | 68bdc571d15d37ed7c44d44a7dabbd3e |
|
BLAKE2b-256 | 7ec3da214ed7724d171925df428249f2646e92a09242d2ba74c55b3f8e655a98 |