Cyb3rWard0g 2019-11-27 02:30:57 -05:00
parent 1894ebd1c2
commit 75da37ac92
9 changed files with 9 additions and 1 deletions

View File

@ -125,6 +125,7 @@ services:
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
KSQL_HEAP_OPTS: -Xmx1g
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
ports:
- 8088:8088
networks:

View File

@ -126,6 +126,7 @@ services:
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
KSQL_HEAP_OPTS: -Xmx1g
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
ports:
- 8088:8088
networks:

View File

@ -125,6 +125,7 @@ services:
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
KSQL_HEAP_OPTS: -Xmx1g
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
ports:
- 8088:8088
networks:

View File

@ -126,6 +126,7 @@ services:
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
KSQL_HEAP_OPTS: -Xmx1g
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
ports:
- 8088:8088
networks:

View File

@ -125,6 +125,7 @@ services:
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
KSQL_HEAP_OPTS: -Xmx1g
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
ports:
- 8088:8088
networks:

View File

@ -127,6 +127,7 @@ services:
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
KSQL_HEAP_OPTS: -Xmx500m
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
ports:
- 8088:8088
networks:

View File

@ -125,6 +125,7 @@ services:
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
KSQL_HEAP_OPTS: -Xmx1g
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
ports:
- 8088:8088
networks:

View File

@ -127,6 +127,7 @@ services:
KSQL_KSQL_CACHE_MAX_BYTES_BUFFERING: 10000000
KSQL_KSQL_STREAMS_AUTO_OFFSET_RESET: earliest
KSQL_HEAP_OPTS: -Xmx500m
KSQL_OPTS: "-Dconfluent.support.metrics.enable=false"
ports:
- 8088:8088
networks:

View File

@ -513,7 +513,7 @@ show_final_information(){
echo "IT IS HUNTING SEASON!!!!!"
echo " "
echo "You can stop all the HELK docker containers by running the following command:"
echo " [+] sudo docker-compose stop $COMPOSE_CONFIG"
echo " [+] sudo docker-compose -f $COMPOSE_CONFIG stop"
echo " "
}