Commit 8c169411 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Habilita lazy load para metadata y paso de color

parent 53e670be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ PORT=8000
PROXY=true
MAX_BYTES=50000
RECORD_POLL_TIMEOUT=30000
LAZY_LOAD_TOPIC_META=true
DEBUG_LOGS_ENABLED=true

TRAEFIK_AUTH=user:$apr1$md5password
+2 −0
Original line number Diff line number Diff line
@@ -7,7 +7,9 @@ services:
      PROXY:
      MAX_BYTES:
      RECORD_POLL_TIMEOUT:
      LAZY_LOAD_TOPIC_META:
      DEBUG_LOGS_ENABLED:
      COLOR:
    networks:
      kafka-net:
      traefik-net: