-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: wire more dependencies and modules
we drop the dependency managers and use the DI containers and providers
- Loading branch information
Showing
32 changed files
with
434 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
KARAPACE_DOTENV=/opt/karapace/karapace.env | ||
ACCESS_LOGS_DEBUG=False | ||
ADVERTISED_HOSTNAME=karapace-rest-proxy | ||
ADVERTISED_PORT=8082 | ||
ADVERTISED_PROTOCOL=http | ||
BOOTSTRAP_URI=kafka:29092 | ||
CLIENT_ID=karapace-rest-proxy | ||
COMPATIBILITY=BACKWARD | ||
CONNECTIONS_MAX_IDLE_MS=15000 | ||
CONSUMER_ENABLE_AUTO_COMMIT=True | ||
CONSUMER_REQUEST_TIMEOUT_MS=11000 | ||
CONSUMER_REQUEST_MAX_BYTES=67108864 | ||
CONSUMER_IDLE_DISCONNECT_TIMEOUT=0 | ||
FETCH_MIN_BYTES=1 | ||
GROUP_ID=karapace-rest-proxy | ||
HOST=0.0.0.0 | ||
PORT=8081 | ||
REGISTRY_HOST=karapace-schema-registry | ||
REGISTRY_PORT=8081 | ||
REST_AUTHORIZATION=False | ||
LOG_HANDLER=stdout | ||
LOG_LEVEL=DEBUG | ||
LOG_FORMAT=%(asctime)s [%(threadName)s] %(filename)s:%(funcName)s:%(lineno)d %(message)s | ||
MASTER_ELIGIBILITY=True | ||
REPLICATION_FACTOR=1 | ||
SECURITY_PROTOCOL=PLAINTEXT | ||
SSL_CHECK_HOSTNAME=True | ||
TOPIC_NAME=_schemas | ||
METADATA_MAX_AGE_MS=60000 | ||
ADMIN_METADATA_MAX_AGE=5 | ||
PRODUCER_ACKS=1 | ||
PRODUCER_COUNT=5 | ||
PRODUCER_LINGER_MS=100 | ||
PRODUCER_MAX_REQUEST_SIZE=1048576 | ||
SESSION_TIMEOUT_MS=10000 | ||
KARAPACE_REST=False | ||
KARAPACE_REGISTRY=True | ||
NAME_STRATEGY=topic_name | ||
NAME_STRATEGY_VALIDATION=True | ||
MASTER_ELECTION_STRATEGY=lowest | ||
PROTOBUF_RUNTIME_DIRECTORY=runtime | ||
STATSD_HOST=statsd-exporter | ||
STATSD_PORT=8125 | ||
KAFKA_SCHEMA_READER_STRICT_MODE=False | ||
KAFKA_RETRIABLE_ERRORS_SILENCED=True | ||
USE_PROTOBUF_FORMATTER=False | ||
HTTP_REQUEST_MAX_SIZE=1048576 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.