You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5
5
## 2.0.0 (UNRELEASED)
6
6
7
7
- Added new Stream consumer management page at /configuration/stream
8
-
- Added ability to disable user authentication, allowing for anonymous users to access the web service.
8
+
- Added ability to disable user authentication. This allows for anonymous user access.
9
9
- Added ability to create topics via the UI.
10
10
- Added ability to modify topic configuration via the UI.
11
+
- Various UI usability improvements.
11
12
- Updated SpringBoot framework from 1.5.x to 2.0.5.
12
13
13
14
### Breaking Changes
14
15
15
-
TODO Write migration guide
16
+
Kafka-WebView's configuration file has changed slightly. Most notably the `require-ssl` property has moved and been renamed requiredSsl.
17
+
Please review the default [config.yml](kafka-webview-ui/src/assembly/distribution/config.yml) for references to the new configuration options.
16
18
17
19
## 1.0.5 (06/22/2018)
18
20
-[Issue#75](https://github.com/SourceLabOrg/kafka-webview/issues/75) Bugfix Add Jackson serializer that falls back to using toString() when consuming entries from Kafka.
Copy file name to clipboardExpand all lines: kafka-webview-ui/src/main/java/org/sourcelab/kafka/webview/ui/controller/configuration/cluster/ClusterConfigController.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ public String index(final Model model) {
Copy file name to clipboardExpand all lines: kafka-webview-ui/src/main/java/org/sourcelab/kafka/webview/ui/controller/configuration/view/ViewConfigController.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ public String index(final Model model) {
0 commit comments