Skip to content

Commit 6c76f98

Browse files
committed
prep for release
1 parent bbf2edf commit 6c76f98

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and this project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 2.0.0 (UNRELEASED)
5+
## 2.0.0 (09/24/2018)
66

77
- Added new Stream consumer management page at /configuration/stream
88
- Added ability to disable user authentication. This allows for anonymous user access.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ By default config.yml will look similar to:
4747

4848
```yml
4949
server:
50+
## What port to run the service on.
5051
port: 8080
5152

5253
## Various App Configs
@@ -58,6 +59,9 @@ app:
5859
## Defines a prefix prepended to the Id of all consumers.
5960
consumerIdPrefix: "KafkaWebViewConsumer"
6061

62+
## Sets upper limit on the number of concurrent web socket consumers supported.
63+
maxConcurrentWebSocketConsumers: 64
64+
6165
## Require SSL
6266
requireSsl: false
6367

kafka-webview-ui/src/assembly/distribution/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
server:
2+
## What port to run the service on.
23
port: 8080
34

45
## Various App Configs

0 commit comments

Comments
 (0)