File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
kafka-webview-ui/src/assembly/distribution Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
3
3
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## 2.0.0 (UNRELEASED )
5
+ ## 2.0.0 (09/24/2018 )
6
6
7
7
- Added new Stream consumer management page at /configuration/stream
8
8
- Added ability to disable user authentication. This allows for anonymous user access.
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ By default config.yml will look similar to:
47
47
48
48
``` yml
49
49
server :
50
+ # # What port to run the service on.
50
51
port : 8080
51
52
52
53
# # Various App Configs
58
59
# # Defines a prefix prepended to the Id of all consumers.
59
60
consumerIdPrefix : " KafkaWebViewConsumer"
60
61
62
+ # # Sets upper limit on the number of concurrent web socket consumers supported.
63
+ maxConcurrentWebSocketConsumers : 64
64
+
61
65
# # Require SSL
62
66
requireSsl : false
63
67
Original file line number Diff line number Diff line change 1
1
server :
2
+ # # What port to run the service on.
2
3
port : 8080
3
4
4
5
# # Various App Configs
You can’t perform that action at this time.
0 commit comments