-
Notifications
You must be signed in to change notification settings - Fork 9
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
[chart/navi-async-matrix] chart syncup #520
base: develop
Are you sure you want to change the base?
Conversation
cab4378
to
49569c7
Compare
49569c7
to
fe726ad
Compare
задача на проверку https://jira.2gis.ru/browse/ONPREM-1245 |
fe726ad
to
8feae5e
Compare
|
# @param kafka.archiveTopic Name of the topic for archiving tasks. | ||
# @param kafka.attractTopic Name of the topic for for attract tasks results | ||
# @param kafka.oneToManyTopic Name of the topic for oneToMany tasks results | ||
# @param kafka.vrpStatusTopic Name of the topic for VRP service integration |
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.
Не понятно что такое vrp
и как он применяется.
# @section Multi-DC settings | ||
|
||
# @param multiDc.enabled If multi-DC functionality enabled | ||
# @param multiDc.location Primary DC identifier. |
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.
Не понятно что такое location
и как он применяется.
Так-же надо где-то написать, что включение |
что значит "обязательной настройки"? это сильно зависит от окружения |
Если я сделаю:
А блоки |
groupId: navi_async_matrix | ||
statusTopic: status_topic | ||
cancelTopic: cancel_topic | ||
archiveTopic: archive_topic |
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.
нужно убрать дефолт и сделать обязательными параметрами
groupId: navi_async_matrix | |
statusTopic: status_topic | |
cancelTopic: cancel_topic | |
archiveTopic: archive_topic | |
groupId: '' | |
statusTopic: '' | |
cancelTopic: '' | |
archiveTopic: '' |
@@ -289,10 +332,16 @@ kafka: | |||
fileProperties: {} | |||
taskTopicRules: | |||
- topic: task_topic | |||
type: car |
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.
разве тут можно указать type: truck
?
Pull Request description
Changelog
1.12.1
Breaking changes
public
schema used:Check-list. Чек-лист код-ревью
helm lint charts/search-api