-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add alpha load-simulator #58
Conversation
docker-compose.yaml
Outdated
# TODO:: add mosquito | ||
services: | ||
redis: | ||
image: redis:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Низя latest версии ☺
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Почему низя, а какую можно?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Потому что latest со временем меняется. Лучше взять какую-то фиксированную (например ту, что сейчас latest) и написать ее
docker-compose.yaml
Outdated
environment: | ||
- REDIS_PASSWORD=my-password | ||
- REDIS_PORT=6379 | ||
- REDIS_DATABASES=16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
За что отвечает параметр "REDIS_DATABASES"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Хз, просто стырил рабочий redis конфиг докера :)
Могу попробовать разобраться
load-simulator/src/main/kotlin/org/vivlaniv/nexohub/MqttClientAdapter.kt
Outdated
Show resolved
Hide resolved
load-simulator/src/main/kotlin/org/vivlaniv/nexohub/MqttClientAdapter.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Andryss <andr.krivosheev@gmail.com>
Add swagger
Add alpha version of load-simulator