Skip to content

Commit

Permalink
Actualize docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Aug 6, 2023
1 parent 757dd73 commit c891a6f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Settings {

val common = Seq(
organization := "ru.tinkoff",
version := "3.10.0",
version := "3.11.0",
scalaVersion := "2.13.11",
Compile / packageDoc / publishArtifact := false,
Compile / packageSrc / publishArtifact := false,
Expand Down
20 changes: 20 additions & 0 deletions message-brokers.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,16 @@ Shutdown:
"url": "http://<kafka_rest_proxy_host>/consumers/<consumer_name>/instances/<consumer_instance_name>"
}
]
ReInit triggers:
[
{
"mode": "json",
"code": 404,
"body": {"error_code":40403,"message":"Consumer instance not found."}
}
]
```

Пример конфигурации source (mockingbird читает Avro из топика):
Expand Down Expand Up @@ -190,6 +200,16 @@ Shutdown:
"url": "http://<kafka_rest_proxy_host>/consumers/<consumer_name>/instances/<consumer_instance_name>"
}
]
ReInit triggers:
[
{
"mode": "json",
"code": 404,
"body": {"error_code":40403,"message":"Consumer instance not found."}
}
]
```

Назначение большинства полей понятно из названий, но назначение некоторых поля стоит раскрыть подробно:
Expand Down

0 comments on commit c891a6f

Please sign in to comment.