Skip to content

Commit

Permalink
rest: main entrypoint is karapace_all.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Augusto F. Hack committed Mar 18, 2022
1 parent 1598b2b commit a7b88fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion container/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ case $1 in
echo "{}" > /opt/karapace/rest.config.json

echo "Starting Karapace REST API"
exec python3 -m karapace.kafka_rest_apis /opt/karapace/rest.config.json
exec python3 -m karapace.karapace_all /opt/karapace/rest.config.json
;;
registry)
# Reexport variables for compatibility
Expand Down
34 changes: 0 additions & 34 deletions karapace/kafka_rest_apis/__main__.py

This file was deleted.

0 comments on commit a7b88fd

Please sign in to comment.