instance_id stringlengths 17 39 | repo stringclasses 8
values | issue_id stringlengths 14 34 | pr_id stringlengths 14 34 | linking_methods listlengths 1 3 | base_commit stringlengths 40 40 | merge_commit stringlengths 0 40 ⌀ | hints_text listlengths 0 106 | resolved_comments listlengths 0 119 | created_at timestamp[ns, tz=UTC] | labeled_as listlengths 0 7 | problem_title stringlengths 7 174 | problem_statement stringlengths 0 55.4k | gold_files listlengths 0 10 | gold_files_postpatch listlengths 1 10 | test_files listlengths 0 60 | gold_patch stringlengths 220 5.83M | test_patch stringlengths 386 194k ⌀ | split_random stringclasses 3
values | split_time stringclasses 3
values | issue_start_time timestamp[ns] | issue_created_at timestamp[ns, tz=UTC] | issue_by_user stringlengths 3 21 | split_repo stringclasses 3
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
provectus/kafka-ui/190_236 | provectus/kafka-ui | provectus/kafka-ui/190 | provectus/kafka-ui/236 | [
"timestamp(timedelta=1.0, similarity=0.853964306323165)",
"connected"
] | 575d83eafffe017d7d703df8d83a6a2d2f08d4f2 | 7c86adbd6724acf75107b31cbebc0a34691c067f | [] | [
"Is there a way to avoid custom css?",
"Can we wrap this to the hook? It might be useful for schema registry",
"It is important to reduce custom stuff. Let's use native title",
"tip: `Record<string, string>`",
"You can use Bulma helpers https://bulma.io/documentation/helpers/flexbox-helpers/#justify-content... | 2021-03-10T13:30:05Z | [
"type/enhancement",
"good first issue",
"scope/frontend"
] | Topic message : json export feature | Hi,
I like the tree presentation for topic message.
It would be also really nice to have a way to copy the message content in json format (so we can export it somewhere else and work on it)
For now, copying from the UI is not usable as it does not let to export real json.
Version used : 0.0.9 | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageItem.tsx",
"kafka-ui-react-app/src/components/common/JSONViewer/JSONViewer.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageItem.tsx",
"kafka-ui-react-app/src/components/common/JSONViewer/DynamicButton.tsx",
"kafka-ui-react-app/src/components/common/JSONViewer/JSONViewer.tsx",
"kafka-ui-react-app/src/components/common/JSONViewer/__tests__/DynamicButton.spec.ts... | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageItem.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageItem.tsx
index 0f7b13de23c..a541a725e3a 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageItem.tsx
+++ b/kafka-ui-react-... | null | train | train | 2021-03-17T17:34:57 | 2021-02-10T22:05:55Z | giom-l | train |
provectus/kafka-ui/304_310 | provectus/kafka-ui | provectus/kafka-ui/304 | provectus/kafka-ui/310 | [
"keyword_pr_to_issue"
] | 7672f5e4cdd0441b0f2d3aacede4fcef1125a3b8 | 8f4fc12f121fe033b22abae8a828ad97f9c7e74b | [
"@martenlindblad, thank you for creating this issue. We'll try to add this feature in nearest releases. "
] | [] | 2021-03-24T13:23:24Z | [
"type/enhancement"
] | Provide jars in releases. | Hi,
We run kafka-ui in a non-linux environment. It's quite tricky to compile the fat jar without docker/linux.
Can you please provide a compiled jar so we can deploy without building it ourselves?
Thank you. | [
".github/workflows/release.yaml",
".github/workflows/tags.yaml"
] | [
".github/workflows/release.yaml"
] | [] | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 8b1877e4776..8903288f10f 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -5,6 +5,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
+ outputs:
+ version: ${{steps.prep.outputs.version}}
... | null | train | train | 2021-03-24T11:24:10 | 2021-03-24T07:49:28Z | martenlindblad | train |
provectus/kafka-ui/309_312 | provectus/kafka-ui | provectus/kafka-ui/309 | provectus/kafka-ui/312 | [
"timestamp(timedelta=0.0, similarity=0.8929031241841806)",
"connected"
] | a256709580b34683ad6861adf5ff610ba55025ea | 8d2f929a52109281559e588f77e708e6f1bd60cc | [] | [] | 2021-03-24T14:17:27Z | [
"scope/backend",
"scope/frontend"
] | Split models for topic creation & update endpoints | Currently the same model "TopicFormData" is used for topic creation and update. This is not convenient because some fields (name, partitions, replicationFactor) are marked as required, which is only suitable for create. | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/TopicsController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/GlobalErrorWebExceptionHandler.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java",
"kafka-ui-api/src/main/java/com/provectus/ka... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/TopicsController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/GlobalErrorWebExceptionHandler.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java",
"kafka-ui-api/src/main/java/com/provectus/ka... | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerTests.java",
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/ReadOnlyModeTests.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/TopicsController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/TopicsController.java
index bb1c123141d..be76f78c46a 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/TopicsController.java
+++ b/kafka-... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerTests.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerTests.java
index ee4ebb67a0b..0e46ed9e25b 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConsumerTests.java
+++ b/kafka-ui-api/src/test/java/com/pr... | val | train | 2021-03-24T14:51:40 | 2021-03-24T13:11:09Z | iliax | train |
provectus/kafka-ui/299_332 | provectus/kafka-ui | provectus/kafka-ui/299 | provectus/kafka-ui/332 | [
"connected"
] | d759912c05c633e12d1c0ef04fc03869a11ff047 | aedf3c6536375461e50d11e013f5f6118d123e00 | [
"@antipova0803, thank you for creating issue. We'll try to find a root cause and fix it soon. Look's like we are triyng to connect jmx port after topic settings update without success. ",
"Issue is not connected with Null Pointer Exception on BE. There is not request to BE after Submit button click (you can see ... | [] | 2021-03-30T14:49:15Z | [
"scope/frontend"
] | Null Pointer Exception after saving changes during edit settings of the Topic | **Pre-conditions:**
Kafka has a Topic
**Steps:**
1. Navigate to the Topic
2. Click “Edit settings”
3. Click “Submit”
**Expected:**
Successfully saving of the setting changes
**Actual:**
The app is freezing. Null point exception in the console.
```
java.lang.NullPointerException: null
at or... | [
"kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx",
"kafka-ui-react-app/src/redux/actions/thunks/topics.ts"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx",
"kafka-ui-react-app/src/redux/actions/thunks/topics.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx
index b52735e9588..5daf7c408ba 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx
+++ b/kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx
@@ -21,7 +2... | null | train | train | 2021-03-29T13:31:17 | 2021-03-23T16:32:31Z | antipova0803 | train |
provectus/kafka-ui/315_335 | provectus/kafka-ui | provectus/kafka-ui/315 | provectus/kafka-ui/335 | [
"connected"
] | 7c0cc3bf141e67ed6645488c89f223a5fe3147a7 | 7bc01811c39aaf824fa1c991271fea2063b3ecbf | [] | [] | 2021-04-01T14:16:02Z | [
"type/enhancement",
"scope/frontend"
] | Display application version in UI | It would be cool to show which version (git sha or release tag) of the application is launched on UI, this will allow mentioning this info in newly created issues for faster resolving | [
"kafka-ui-api/pom.xml",
"kafka-ui-react-app/src/components/App.tsx",
"kafka-ui-react-app/src/components/__test__/App.spec.tsx",
"kafka-ui-react-app/src/components/__test__/__snapshots__/App.spec.tsx.snap",
"kafka-ui-react-app/src/lib/constants.ts"
] | [
"kafka-ui-api/pom.xml",
"kafka-ui-react-app/src/components/App.tsx",
"kafka-ui-react-app/src/components/Version/Version.tsx",
"kafka-ui-react-app/src/components/Version/__tests__/Version.spec.tsx",
"kafka-ui-react-app/src/components/Version/__tests__/__snapshots__/Version.spec.tsx.snap",
"kafka-ui-react-a... | [] | diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml
index e4f57e5bd36..a16cb803452 100644
--- a/kafka-ui-api/pom.xml
+++ b/kafka-ui-api/pom.xml
@@ -253,6 +253,29 @@
<id>prod</id>
<build>
<plugins>
+ <plugin>
+ <groupId>pl.project1... | null | val | train | 2021-04-05T08:42:58 | 2021-03-25T09:36:19Z | RustamGimadiev | train |
provectus/kafka-ui/121_360 | provectus/kafka-ui | provectus/kafka-ui/121 | provectus/kafka-ui/360 | [
"connected"
] | dbadff8f2e2e9ce11af0f658be5d96e6c05caa9b | 7bfae45162c623fda80968ef3d346160b5797321 | [
"Add consumer groups list details per topic level"
] | [] | 2021-04-07T12:32:56Z | [
"type/enhancement",
"scope/frontend"
] | Topic Details: Display consumers | Add ability to view list of consumers for topic. | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/ConsumerGroupsController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/ConsumerGroupsController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/... | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/ConsumerGroupsController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/ConsumerGroupsController.java
index cd5336cf2b5..ba52586ee09 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/ConsumerGroupsCont... | null | train | train | 2021-04-07T12:21:47 | 2020-11-24T11:11:13Z | soffest | train |
provectus/kafka-ui/356_361 | provectus/kafka-ui | provectus/kafka-ui/356 | provectus/kafka-ui/361 | [
"keyword_pr_to_issue",
"timestamp(timedelta=0.0, similarity=0.9390184601428092)"
] | dbadff8f2e2e9ce11af0f658be5d96e6c05caa9b | eef45fc6ab307dc5d91f9234e063cc9f21936e5e | [] | [
"You already have this status enum, please just share it",
"Please use camel case for enums",
"Method looks overcomplicated, could we split it?",
"Could we pass number of failed tasks instead? I think it will be more useful ",
"Could you please move it into mapper?",
"Fixed, thanks",
"Fixed, thanks",
... | 2021-04-07T13:23:11Z | [
"scope/backend"
] | Add endpoint to fetch all cluster connectors | /clusters/:clusterName/connectors
Connector:
- connect: string
- name: string
- class/plugin
- type: source | sync
- topics: [topicName]
- status: failed | running?
- tasks_count: int
- hasFailedTasks: bool | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java",
"kafka-ui-contract/src/main/resources/swagger/ka... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java",
"kafka-ui-contract/src/main/resources/swagger/ka... | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConnectServiceTests.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController.java
index 06136192a4f..c6f4b61b7e0 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/KafkaConnectController... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConnectServiceTests.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConnectServiceTests.java
index 1dd47f6c07f..444ca10c7c1 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/KafkaConnectServiceTests.java
+++ b/kafka-ui-api/sr... | test | train | 2021-04-07T12:21:47 | 2021-04-07T10:18:02Z | workshur | train |
provectus/kafka-ui/408_430 | provectus/kafka-ui | provectus/kafka-ui/408 | provectus/kafka-ui/430 | [
"connected"
] | 5ae73948a3c37eef1c51528b52a8e3c0ccd5f298 | a427a55c30d1849a00b6f91453979bc1a2eaf01f | [] | [] | 2021-05-07T13:56:07Z | [
"type/enhancement",
"scope/backend"
] | _schemas topic show as external | Conventionally all internal topics start with underscore "_", that is the only difference between external and internal topics. If this UI want to provide different functionality based on topic being internal or external, then it should follow this convention.
However now only `__consumer_offsets` shows up as intern... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java
index 7abd4b64dde..889079eaefa 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java
+++ b/kafka-ui-api/src/main/java/com/provectu... | null | train | train | 2021-05-07T15:39:24 | 2021-04-30T02:45:58Z | akamensky | train |
provectus/kafka-ui/377_477 | provectus/kafka-ui | provectus/kafka-ui/377 | provectus/kafka-ui/477 | [
"timestamp(timedelta=0.0, similarity=0.9392999660925465)",
"connected"
] | f3ca164411ee51f367fb43ecc78fb6aa6665cde7 | 1377e02fcb27fa96b03900afbc0f8d15792aaa5c | [] | [
"\r\n```suggestion\r\n messageKey={key}\r\n```",
"since the key column is sometimes empty, I suggest moving it to the second position. After timestamp. cc: @germanosin ",
"I'm not sure we need to set width for key column",
"messageKey",
"done",
"done",
"done",
"done"
] | 2021-05-19T15:11:31Z | [
"scope/frontend"
] | The key of the message is not visible / accessible | It would be nice to see the key of a message on the messages list. | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageItem.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessagesTable.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/__test__/MessageItem.spec.tsx",
"kafka-ui-react-app/src/components/Topics/Top... | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageItem.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessagesTable.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/__test__/MessageItem.spec.tsx",
"kafka-ui-react-app/src/components/Topics/Top... | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageItem.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageItem.tsx
index ba92a70f847..29b63fe2346 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageItem.tsx
+++ b/kafka-ui-react-... | null | train | train | 2021-05-19T11:59:25 | 2021-04-14T09:50:12Z | pawelkoston | train |
provectus/kafka-ui/481_494 | provectus/kafka-ui | provectus/kafka-ui/481 | provectus/kafka-ui/494 | [
"connected",
"timestamp(timedelta=0.0, similarity=0.9575203044687753)"
] | 1377e02fcb27fa96b03900afbc0f8d15792aaa5c | acdcf2eab687de9289c7080bac04d9cde9cab5f8 | [
"I just notice that it also appears on \"All topics\" screen, as well as \"Delete Topic\". \r\nLet me know if leaving that in this issue is ok or if I may create another one.\r\n\r\n"
] | [
"pls use context instead",
"useContext",
"done",
"done"
] | 2021-05-24T17:56:30Z | [
"type/bug",
"scope/frontend"
] | Clear messages should not be present when in readonly mode | **Describe the bug**
I'm currently using the master branch image (Version:v0.0.11-SNAPSHOT(1377e02)) and I configured the readonly mode.
However, when I browse a topic, on "Overview" tab, I can see I can clear messages from a partition.
I'm not sure that should be allowed
**Set up**
`docker run -p 8080:8080 -... | [
"kafka-ui-react-app/src/components/Topics/List/ListItem.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Overview/Overview.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/List/ListItem.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Overview/Overview.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/List/ListItem.tsx b/kafka-ui-react-app/src/components/Topics/List/ListItem.tsx
index ca92c22f5a6..07074be71fa 100644
--- a/kafka-ui-react-app/src/components/Topics/List/ListItem.tsx
+++ b/kafka-ui-react-app/src/components/Topics/List/ListItem.tsx
@@ -9,6 +9,7 @@ imp... | null | train | train | 2021-05-20T11:56:02 | 2021-05-21T07:47:08Z | giom-l | train |
provectus/kafka-ui/503_504 | provectus/kafka-ui | provectus/kafka-ui/503 | provectus/kafka-ui/504 | [
"timestamp(timedelta=40.0, similarity=0.8853908123904989)",
"connected"
] | 30ceb98491702d982baaf9e88bd354ce4dc184ee | 721cf0e750d1f9d3108fa1e503cc72e466ec5df9 | [] | [] | 2021-05-30T16:19:46Z | [
"type/bug",
"type/enhancement"
] | Kafka Connect: 500 error/NPE and not valid list of connector's topics when getting all connector info | **Describe the bug**
(A clear and concise description of what the bug is.)
* When requesting `GET /api/clusters/{clusterName}/connectors` there is 500 error code due to NullPointerException.
* As far as I reviewed the source code, it's realized we get the connector's topics incorrectly.
Actually, we get a list of... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-connect-api.yaml"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/connect/InternalConnectInfo.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java",
"kafka-ui-contract/src/main/resources/swagger/ka... | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java
index b1bcd44d8c3..968b27286f7 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/KafkaConnectMapper.java
+++ b/kafka-ui-api... | null | train | train | 2021-05-25T11:53:17 | 2021-05-30T16:12:17Z | IldarAlmakaev | train |
provectus/kafka-ui/518_523 | provectus/kafka-ui | provectus/kafka-ui/518 | provectus/kafka-ui/523 | [
"keyword_pr_to_issue",
"connected"
] | fcc703ddd60cc5c2cef8a5e338f832244a6d0e9c | a1ee6a30c05ac6fcf3bfa3e126d438a55376b0f0 | [] | [] | 2021-06-03T16:25:12Z | [
"type/bug"
] | Default pagination for backend and frontend are different. | **Describe the bug**
Default pagination for backend is 20:
```java
private static final Integer DEFAULT_PAGE_SIZE = 20;
```
Default pagination for fronted is 25:
```ts
export const PER_PAGE = 25;
```
This result in this behavior:
1. When you first open the topics list in the browser you get 20 topics (1…2... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java"
] | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ClusterServiceTest.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java
index 63dd249200b..26285840461 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java
+++ b/kafka-ui-api/src/main... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ClusterServiceTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ClusterServiceTest.java
index 76e3e79944d..4f27026d2da 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ClusterServiceTest.java
+++ b/kafka-ui-... | test | train | 2021-06-03T14:46:13 | 2021-06-03T07:59:28Z | serdula | train |
provectus/kafka-ui/543_545 | provectus/kafka-ui | provectus/kafka-ui/543 | provectus/kafka-ui/545 | [
"keyword_pr_to_issue",
"timestamp(timedelta=0.0, similarity=0.8679259280346119)"
] | 804e3b96fc317c7e1ec52759aa1f1beed388b7a2 | db090a3985f2b6ccc033fda355bc5d9527630bb4 | [] | [
"Let's split this line into multiple",
"Should we name it OAuth0 example? Because for others there is no need to pass certs",
"done, looks better",
"I added a command line example without a self-signed certificate and SSL configuration, so we can leave it as-is"
] | 2021-06-10T13:09:18Z | [
"type/documentation",
"type/enhancement"
] | Instructions how to configure SSO (OIDC/SAML) | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
Please provide documentation on how to configure UI for Apache Kafka with any SSO provider (Google/GitHub/etc)
### Describe the solution you'd ... | [
"README.md"
] | [
"README.md",
"guides/SSO.md"
] | [] | diff --git a/README.md b/README.md
index 57670f4106c..2853b43ef68 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ To read more please follow to [chart documentation](charts/kafka-ui/README.md)
# Guides
-To be done
+- [SSO configuration](guides/SSO.md)
## Connecting to a Secure Broker
diff --git a/g... | null | test | train | 2021-06-10T11:05:43 | 2021-06-09T13:14:45Z | RustamGimadiev | train |
provectus/kafka-ui/122_562 | provectus/kafka-ui | provectus/kafka-ui/122 | provectus/kafka-ui/562 | [
"connected"
] | 2cb9b30090008a83e6d4ee5769b75c1bacb9402c | d3bf65cfb6c7929d874c5cf70e05582b2fc48b25 | [
"Current state of this task:\r\nNeed to figure out a way to read a set of topic messages from newer ones to older ones on BE, and then update existing FE request to properly work with new API.",
"Waiting fronted..."
] | [] | 2021-06-17T19:36:34Z | [
"type/enhancement",
"scope/backend",
"scope/frontend"
] | Topic messages: Newest first | Change sorting of topic messages - sort by offset in descending order (latest messages first). | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/MessagesController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/ConsumerPosition.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumingService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/MessagesController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/ConsumerPosition.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumingService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/Of... | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java",
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/OffsetsSeekTest.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/MessagesController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/MessagesController.java
index 5dcb94a9892..a401b8268ef 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/MessagesController.java
+++ b/... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java
index 11af012277a..358b818cccc 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java
+++ b/kafka-ui-api... | test | train | 2021-06-16T18:14:16 | 2020-11-24T11:15:50Z | soffest | train |
provectus/kafka-ui/122_577 | provectus/kafka-ui | provectus/kafka-ui/122 | provectus/kafka-ui/577 | [
"connected"
] | dbebb440ac3ca6d0e1aad54f7af90eae350a0579 | de5a8652a12ec28920cbabcf920e704b4ed01d8e | [
"Current state of this task:\r\nNeed to figure out a way to read a set of topic messages from newer ones to older ones on BE, and then update existing FE request to properly work with new API.",
"Waiting fronted..."
] | [] | 2021-06-21T19:41:03Z | [
"type/enhancement",
"scope/backend",
"scope/frontend"
] | Topic messages: Newest first | Change sorting of topic messages - sort by offset in descending order (latest messages first). | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumingService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/OffsetsSeek.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumingService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/OffsetsSeek.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumingService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumingService.java
index fceb80aa9ef..a6351aae019 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ConsumingService.java
+++ b/kafka-ui-api/sr... | null | train | train | 2021-06-21T15:17:40 | 2020-11-24T11:15:50Z | soffest | train |
provectus/kafka-ui/573_584 | provectus/kafka-ui | provectus/kafka-ui/573 | provectus/kafka-ui/584 | [
"connected"
] | 5dd3944faabe98b089958186200b290d2d6c7766 | 50bf0f17804bc13329bddbd24f47be5014ed098f | [
"Hi, @EnzOuille thanks for sharing this issue. Could you please provide your kafka config for example in a docker compose file. This will help us to reproduce this issue. ",
"Hi thanks for the quick answer, below is my config of kafka in docker :\r\n\r\n kafka:\r\n image: wurstmeister/kafka:latest\r\n host... | [] | 2021-06-25T10:22:14Z | [
"type/bug",
"scope/backend"
] | Can't connect to Kafka with SASL | Hi, i have kafka installed with docker and running with SASL_PLAINTEXT, when i try to go to the kafka ui web page, i only get 500 Error. This is my config
kafka-ui:
image: provectuslabs/kafka-ui
container_name: kafka-ui
networks:
- kafka_installation_default
ports:
- "8080:8080"
... | [] | [
"docker/jaas/client.properties",
"docker/jaas/kafka_server.conf",
"docker/kafka-ui-sasl.yaml"
] | [] | diff --git a/docker/jaas/client.properties b/docker/jaas/client.properties
new file mode 100644
index 00000000000..db1feea1f81
--- /dev/null
+++ b/docker/jaas/client.properties
@@ -0,0 +1,3 @@
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" password="admin-secret";
+s... | null | train | train | 2021-06-23T19:47:32 | 2021-06-21T13:15:19Z | EnzOuille | train |
provectus/kafka-ui/121_585 | provectus/kafka-ui | provectus/kafka-ui/121 | provectus/kafka-ui/585 | [
"timestamp(timedelta=0.0, similarity=0.9028316332241456)",
"connected"
] | 50bf0f17804bc13329bddbd24f47be5014ed098f | 57a4125c715cad3a3ace09e2c750f65cd8aa896e | [
"Add consumer groups list details per topic level"
] | [] | 2021-06-25T10:54:47Z | [
"type/enhancement",
"scope/frontend"
] | Topic Details: Display consumers | Add ability to view list of consumers for topic. | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/ConsumerGroups/TopicConsumerGroups.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/ConsumerGroups/TopicConsumerGroupsContainer.ts",
"kafka-ui-react-app/src/components/Topics/Topic/Details/ConsumerGroups/__test__/TopicConsumerGroups.spec.tsx",... | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/ConsumerGroups/TopicConsumerGroups.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/ConsumerGroups/TopicConsumerGroupsContainer.ts",
"kafka-ui-react-app/src/components/Topics/Topic/Details/ConsumerGroups/__test__/TopicConsumerGroups.spec.tsx",... | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/ConsumerGroups/TopicConsumerGroups.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/ConsumerGroups/TopicConsumerGroups.tsx
index ec65254113e..47c29cbe639 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Details/ConsumerGroups/Top... | null | train | train | 2021-06-25T12:22:47 | 2020-11-24T11:11:13Z | soffest | train |
provectus/kafka-ui/581_586 | provectus/kafka-ui | provectus/kafka-ui/581 | provectus/kafka-ui/586 | [
"connected"
] | 50bf0f17804bc13329bddbd24f47be5014ed098f | 1a916ab247e0f221fd8d0f967de3b1206add10b9 | [
"Hi, @sashati. Thanks for creating this issue. I just checked and it works fine with http://localhost:8080/kafkaui/. So you should include trailing slash. Agree that this is not convenient if you use subpath. We'll fix it the next release. ",
"Hi @germanosin. Thanks for the info. Then I close this issue and hopef... | [] | 2021-06-25T12:19:52Z | [
"type/bug",
"scope/backend"
] | Service is not working with Context Path | **Describe the bug**
When we run the service with `SERVER_SERVLET_CONTEXT_PATH` set to something like "/kafkaui", the service can not start and all APIs return error.
Here is the logs of the system:
```
09:01:47.771 [kafka-admin-client-thread | adminclient-1] INFO org.apache.zookeeper.ZooKeeper - Client environm... | [
"docker/kafka-ui-sasl.yaml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CustomWebFilter.java"
] | [
"docker/kafka-ui-sasl.yaml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CustomWebFilter.java"
] | [] | diff --git a/docker/kafka-ui-sasl.yaml b/docker/kafka-ui-sasl.yaml
index 87b1094be7f..1c0312f11a2 100644
--- a/docker/kafka-ui-sasl.yaml
+++ b/docker/kafka-ui-sasl.yaml
@@ -12,6 +12,7 @@ services:
- kafka
environment:
KAFKA_CLUSTERS_0_NAME: local
+# SERVER_SERVLET_CONTEXT_PATH: "/kafkaui"
... | null | train | train | 2021-06-25T12:22:47 | 2021-06-23T09:03:11Z | sashati | train |
provectus/kafka-ui/122_601 | provectus/kafka-ui | provectus/kafka-ui/122 | provectus/kafka-ui/601 | [
"keyword_pr_to_issue"
] | 97ec512b0027d626d05350bc00c01e61d272b9aa | 3fa2b995c6dbbd949e0367b5366f4bc743d04ab0 | [
"Current state of this task:\r\nNeed to figure out a way to read a set of topic messages from newer ones to older ones on BE, and then update existing FE request to properly work with new API.",
"Waiting fronted..."
] | [] | 2021-06-29T15:50:46Z | [
"type/enhancement",
"scope/backend",
"scope/frontend"
] | Topic messages: Newest first | Change sorting of topic messages - sort by offset in descending order (latest messages first). | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java",
"kafka-ui-api/src/main/resources/application-sdp.yml"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java",
"kafka-ui-api/src/main/resources/application-sdp.yml"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java
index ee407a167f3..088366c238e 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java
+++ b/... | null | train | train | 2021-06-29T08:52:18 | 2020-11-24T11:15:50Z | soffest | train |
provectus/kafka-ui/122_607 | provectus/kafka-ui | provectus/kafka-ui/122 | provectus/kafka-ui/607 | [
"keyword_pr_to_issue"
] | 64a5985e819ec3811de3b9278f9fdf472970fd8a | ca476d337337de4721552d962d9056f69b7ab113 | [
"Current state of this task:\r\nNeed to figure out a way to read a set of topic messages from newer ones to older ones on BE, and then update existing FE request to properly work with new API.",
"Waiting fronted..."
] | [] | 2021-07-02T11:35:15Z | [
"type/enhancement",
"scope/backend",
"scope/frontend"
] | Topic messages: Newest first | Change sorting of topic messages - sort by offset in descending order (latest messages first). | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/OffsetsSeek.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/OffsetsSeek.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java
index 088366c238e..8bf2bab547f 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/emitter/BackwardRecordEmitter.java
+++ b/... | null | train | train | 2021-07-02T10:05:59 | 2020-11-24T11:15:50Z | soffest | train |
provectus/kafka-ui/633_638 | provectus/kafka-ui | provectus/kafka-ui/633 | provectus/kafka-ui/638 | [
"timestamp(timedelta=0.0, similarity=0.8817624752761971)",
"connected"
] | 66228b00d5ea715f1b94bb8b53fc73bf525ebc74 | b7a1d1143def37b4ed9606e0b7d9f11e9d3150c6 | [] | [] | 2021-07-06T14:14:22Z | [
"type/enhancement",
"good first issue",
"scope/frontend"
] | Display number of messages & size in topic list | ### Describe the solution you'd like
Display columns Number of messages & size in topic list page
Number of messages could be calculated from partitions:
backend provide list of partitions with min/max offset,
number of messages = sum(partition max offset - partition min offset)
size - field segmentSize (it's... | [
"kafka-ui-react-app/src/components/Topics/List/List.tsx",
"kafka-ui-react-app/src/components/Topics/List/ListItem.tsx",
"kafka-ui-react-app/src/components/Topics/List/__tests__/__snapshots__/List.spec.tsx.snap"
] | [
"kafka-ui-react-app/src/components/Topics/List/List.tsx",
"kafka-ui-react-app/src/components/Topics/List/ListItem.tsx",
"kafka-ui-react-app/src/components/Topics/List/__tests__/__snapshots__/List.spec.tsx.snap"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/List/List.tsx b/kafka-ui-react-app/src/components/Topics/List/List.tsx
index 99784bb869f..8bc231a98d9 100644
--- a/kafka-ui-react-app/src/components/Topics/List/List.tsx
+++ b/kafka-ui-react-app/src/components/Topics/List/List.tsx
@@ -135,6 +135,8 @@ const List: Rea... | null | train | train | 2021-07-05T13:32:01 | 2021-07-05T15:17:39Z | germanosin | train |
provectus/kafka-ui/641_642 | provectus/kafka-ui | provectus/kafka-ui/641 | provectus/kafka-ui/642 | [
"connected",
"timestamp(timedelta=0.0, similarity=0.9088663318805024)"
] | b7a1d1143def37b4ed9606e0b7d9f11e9d3150c6 | e5f1e47c9987849db02be9e3f9b47f050f35624a | [] | [
"```suggestion\r\n const arr = c.spilt('-')[0].split('.');\r\n```",
"Is it a good place to use useMemo?",
"let's wrap all this function to try .. catch",
"We should be ready to case when customer runs our App internally without internet. "
] | 2021-07-07T11:49:29Z | [
"type/enhancement"
] | Display warning for users who use outdated version of app | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
Some users use outdated version of the app
### Describe the solution you'd like
<!--
Provide a clear and concise description of what you want to happ... | [
"kafka-ui-react-app/src/components/Version/Version.tsx",
"kafka-ui-react-app/src/lib/constants.ts"
] | [
"kafka-ui-react-app/src/components/Version/Version.tsx",
"kafka-ui-react-app/src/components/Version/__tests__/compareVersions.spec.ts",
"kafka-ui-react-app/src/components/Version/compareVersions.ts",
"kafka-ui-react-app/src/lib/constants.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/Version/Version.tsx b/kafka-ui-react-app/src/components/Version/Version.tsx
index dfdb94fd74c..d833d16b1a1 100644
--- a/kafka-ui-react-app/src/components/Version/Version.tsx
+++ b/kafka-ui-react-app/src/components/Version/Version.tsx
@@ -1,5 +1,8 @@
-import React from 'rea... | null | test | train | 2021-07-07T11:06:41 | 2021-07-07T09:05:16Z | workshur | train |
provectus/kafka-ui/632_646 | provectus/kafka-ui | provectus/kafka-ui/632 | provectus/kafka-ui/646 | [
"connected"
] | 0ec40dd7e46c9a3a0645070e861bc24e63c7eef8 | df1d3bbfc7409c147f4a66b4c1a34134804fbab7 | [] | [] | 2021-07-07T15:25:37Z | [
"type/enhancement",
"scope/backend"
] | Add an ability to sort topic list by replication factor | ### Is your proposal related to a problem?
No
### Describe the solution you'd like
Add an ability to sort topic list by replication factor
### Additional context
UI will be updated in context of https://github.com/provectus/kafka-ui/issues/608 | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java
index c68c5900ca3..11217e0a919 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java
+++ b/kafka-ui-api/src/main... | null | train | train | 2021-07-07T16:59:52 | 2021-07-05T11:55:36Z | workshur | train |
provectus/kafka-ui/643_651 | provectus/kafka-ui | provectus/kafka-ui/643 | provectus/kafka-ui/651 | [
"timestamp(timedelta=0.0, similarity=0.863213758712552)",
"connected"
] | 13463fe95f8c6c375b09d47e7da41a87b8a47134 | 73d4e4894199ddb8ad85e475a164ee3150689918 | [] | [] | 2021-07-09T17:59:50Z | [
"type/bug",
"scope/backend"
] | JsonSchema is not working properly with schema registry | **Describe the bug**
Json messages with schema registry have prefix 5 bytes with magic symbol & schema version. This could break message reader.
Let's add tests and cover this case
| [
"kafka-ui-api/pom.xml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/AvroMessageReader.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/MessageFormat.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/MessageReader.java",
"... | [
"kafka-ui-api/pom.xml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/AvroMessageReader.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/JsonSchemaMessageFormatter.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/JsonSchemaM... | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/SendAndReadTests.java"
] | diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml
index c658e6a23cb..41ca96f7446 100644
--- a/kafka-ui-api/pom.xml
+++ b/kafka-ui-api/pom.xml
@@ -86,6 +86,11 @@
<artifactId>kafka-avro-serializer</artifactId>
<version>${confluent.version}</version>
</dependency>
+ <depend... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/SendAndReadTests.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/SendAndReadTests.java
index 526e01f6ff1..f3b1988f5ca 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/SendAndReadTests.java
+++ b/kafka-ui-api/sr... | test | train | 2021-07-09T14:55:43 | 2021-07-07T13:27:40Z | germanosin | train |
provectus/kafka-ui/454_692 | provectus/kafka-ui | provectus/kafka-ui/454 | provectus/kafka-ui/692 | [
"connected"
] | febc495ea7df3985568e7afc85a15e2f5d221bf5 | 32a0ece0a3ae4f7c49017c67dcfa9024d93a3baf | [
"Hey, @andormarkus, looks pretty interesting. We are using MSK rather often in our projects."
] | [
"I suggest it would be useful to either update`kafka-ui-sasl.yaml` with this example or create a new example file?",
"@Haarolean, thx for reviewing, this will not work in docker compose, this is specific config for aws iam configuration."
] | 2021-07-20T07:01:26Z | [
"scope/backend"
] | Would you consider support for MSK & IAM integration ? | Hello
AWS announced support for a new SASL mechanism called AWS_MSK_IAM which enables to handle both authentication and authorisation with AWS IAM. Is there a chance to add support for that mechanism to kafka-ui?
[source](https://aws.amazon.com/blogs/big-data/securing-apache-kafka-is-easy-and-familiar-with-iam-ac... | [
"README.md",
"kafka-ui-api/pom.xml"
] | [
"README.md",
"guides/AWS_IAM.md",
"kafka-ui-api/pom.xml"
] | [] | diff --git a/README.md b/README.md
index 1e39a9fb3bd..6feb09572ae 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,7 @@ To read more please follow to [chart documentation](charts/kafka-ui/README.md)
# Guides
- [SSO configuration](guides/SSO.md)
+- [AWS IAM configuration](guides/AWS_IAM.md)
## Connecting to ... | null | train | train | 2021-07-19T15:20:05 | 2021-05-13T20:40:39Z | andormarkus | train |
provectus/kafka-ui/331_693 | provectus/kafka-ui | provectus/kafka-ui/331 | provectus/kafka-ui/693 | [
"connected"
] | 443ed8bc8ca5e7b54f8c29396f8e3efed63041cb | b296108e5bb8ca7c9d57bb92c7a0bbb10d512dc2 | [
"1. Unfortunately this is the http code from the schema registry itself. It's 500 instead of 409 if you send an invalid request, like this:\r\n`{\"subject\":\"test\",\"schema\":\"test\",\"schemaType\":\"AVRO\"}`\r\ninstead of this:\r\n`{\"subject\":\"test\",\"schemaType\":\"AVRO\",\"schema\":\"{\\\"type\\\": \\\"st... | [] | 2021-07-20T12:54:19Z | [
"type/enhancement",
"scope/backend"
] | Backend returns incorrect http statuses | Some Create/Update requests returns unpredictable responses:
1. When I try to create schema dup
```
curl 'http://localhost:3000/api/clusters/secondLocal/schemas' \
-H 'Connection: keep-alive' \
-H 'sec-ch-ua: "Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"' \
-H 'DNT: 1' \
-H 'sec-ch-u... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/schemaregistry/ErrorResponse.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/schemaregistry/ErrorResponse.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/schemaregistry/ErrorResponse.java
new file mode 100644
index 00000000000..a7c86b01f19
--- /dev/null
+++ b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mod... | null | train | train | 2021-07-20T17:00:46 | 2021-03-30T13:31:23Z | workshur | train |
provectus/kafka-ui/359_695 | provectus/kafka-ui | provectus/kafka-ui/359 | provectus/kafka-ui/695 | [
"timestamp(timedelta=0.0, similarity=0.9565308323696249)",
"connected"
] | ae8aec900dce62c13057684ab8f6d65584690ad0 | 443ed8bc8ca5e7b54f8c29396f8e3efed63041cb | [] | [] | 2021-07-20T14:35:37Z | [
"type/enhancement",
"scope/frontend"
] | Update favicon | List of original logos - http://svn.apache.org/repos/asf/kafka/site/logos/ | [
".github/workflows/pr-checks.yaml"
] | [
".github/workflows/pr-checks.yaml"
] | [] | diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml
index 88944ca6f97..48b47c5196f 100644
--- a/.github/workflows/pr-checks.yaml
+++ b/.github/workflows/pr-checks.yaml
@@ -10,6 +10,6 @@ jobs:
- uses: kentaro-m/task-completed-checker-action@v0.1.0
with:
repo-token:... | null | train | train | 2021-07-20T15:54:08 | 2021-04-07T11:34:41Z | mstolbov | train |
provectus/kafka-ui/698_709 | provectus/kafka-ui | provectus/kafka-ui/698 | provectus/kafka-ui/709 | [
"timestamp(timedelta=0.0, similarity=0.9140049080554569)",
"connected"
] | 326786e4ff5a9ff47dd4902dd981ac9d2d6bcad9 | 3cec4a1d6f5b33f845315104c57b4b19ddf78c2a | [] | [] | 2021-07-23T12:39:01Z | [
"scope/backend",
"scope/QA"
] | Add docker-compose with preconfigured source and sink connectors for testing | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
(Write your answer here.)
### Describe the solution you'd like
<!--
Provide a clear and concise description of what you want to happen.
... | [] | [
"docker/connectors/sink-activities.json",
"docker/connectors/source-activities.json",
"docker/connectors/start.sh",
"docker/kafka-ui-connectors.yaml",
"docker/postgres/Dockerfile",
"docker/postgres/data.sql"
] | [] | diff --git a/docker/connectors/sink-activities.json b/docker/connectors/sink-activities.json
new file mode 100644
index 00000000000..fe1e6012148
--- /dev/null
+++ b/docker/connectors/sink-activities.json
@@ -0,0 +1,19 @@
+{
+ "name": "sink_postgres_activities",
+ "config": {
+ "connector.class": "io.confluent.conn... | null | val | train | 2021-07-21T14:55:30 | 2021-07-21T10:03:30Z | IldarAlmakaev | train |
provectus/kafka-ui/634_718 | provectus/kafka-ui | provectus/kafka-ui/634 | provectus/kafka-ui/718 | [
"connected"
] | 8da350ea38531c2259b45c94e3645bec1d008a62 | 38e1d12452df6e72411a9c3a48ea909980e34b7e | [
"Waiting frontend",
"Looks like @GneyHabub added cleanup policy to topic description, but missed topic list part. FYI: @workshur "
] | [] | 2021-07-25T12:00:50Z | [
"type/enhancement",
"good first issue",
"scope/backend",
"scope/frontend"
] | Provide cleanup policy in topic list | ### Describe the solution you'd like
Backend should expose cleanup policy in topic list request:
delete (with retention), compact, compact with delete (with retention)
Frontend should display this info in topic list page
| [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Overview/Overview.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Overview/Overview.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Overview/Overview.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/Overview/Overview.tsx
index 34f45dbea92..93c7f55baac 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Overview/Overview.tsx
+++ b/kafka-ui-react-app/src/c... | null | val | train | 2021-07-24T17:00:29 | 2021-07-05T15:20:06Z | germanosin | train |
provectus/kafka-ui/707_720 | provectus/kafka-ui | provectus/kafka-ui/707 | provectus/kafka-ui/720 | [
"timestamp(timedelta=62.0, similarity=0.9211861787581184)",
"connected"
] | 8da350ea38531c2259b45c94e3645bec1d008a62 | 29a3158df68662f9ed7795edbc775446831a977d | [
"@germanosin what is the purpose of the \"name\" and \"error\" response fields?",
"@tdavletov Name is the logdir name and you can. get error from LogDirInfo object, it could be null",
"@germanosin Are we sure we need both endpoints? I think we can use /api/clusters/{clusterName}/brokers/logdirs\r\n and group di... | [
"this one is dirty, you should wrap future into mono, please check util classes",
"@germanosin I don't see a better way. Mono has methods for CompletableFuture but not for Future (KafkaFuture in this case). If you have a better solution please advise. One thing I can do is move this code to util class and make th... | 2021-07-26T14:37:17Z | [
"type/enhancement",
"scope/backend"
] | Expose broker log dirs | Add endpoints:
* /api/clusters/{clusterName}/brokers/{id}/logdirs
expected outcome:
```json
[
{
"name": "",
"error": "",
"topics": {
"topicName": {
"partitions": [
{
"paritititon": 0,
"size": 11212121,
... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/DescribeLogDirsMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serv... | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/LogDirsTest.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java
index 18b5291d75d..0678e414c3d 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java
+++ b/kaf... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/LogDirsTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/LogDirsTest.java
new file mode 100644
index 00000000000..79bcce8d822
--- /dev/null
+++ b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/LogDirsTest.java
@@ -0,0 ... | train | train | 2021-07-24T17:00:29 | 2021-07-23T11:25:22Z | germanosin | train |
provectus/kafka-ui/683_722 | provectus/kafka-ui | provectus/kafka-ui/683 | provectus/kafka-ui/722 | [
"connected",
"timestamp(timedelta=0.0, similarity=0.8896190383136755)"
] | 4c13555461cb5225ed976cf5d5e864d0f041840a | eed35de014489ef62698d828a74095e01ab1fc3f | [
"@anderssynstad thanks for creating this issue. we'll take it into next milestone."
] | [
"This might not work for all cases it's better to make Zookeeper TLS config on cluster level",
"@germanosin thank you. Done.",
"Could we use same params structure like: \r\n```\r\nKAFKA_CLUSTERS_0_ZOOKEEPER_PROPERTIES_CLIENTCNXNSOCKET\r\nKAFKA_CLUSTERS_0_ZOOKEEPER_PROPERTIES_SECURE\r\n...\r\n```",
"Done. And ... | 2021-07-27T10:50:49Z | [
"type/enhancement",
"scope/backend"
] | Connect to TLS-secured ZooKeeper cluster | It would be useful if one could connect to a ZooKeeper cluster using TLS.
For Kafka, one uses a config like this:
```
zookeeper.ssl.client.enable=true
zookeeper.clientCnxnSocket=org.apache.zookeeper.ClientCnxnSocketNetty
zookeeper.ssl.truststore.location=/path/truststore.jks
zookeeper.ssl.truststore.password=pa... | [
"README.md",
"kafka-ui-api/pom.xml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ZookeeperService.java",
"pom.xml"
] | [
"README.md",
"docker/kafka-ui-zookeeper-ssl.yml",
"kafka-ui-api/pom.xml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/ZooKeeperException.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/Zookeep... | [] | diff --git a/README.md b/README.md
index 11f4568b27d..db4df22f28b 100644
--- a/README.md
+++ b/README.md
@@ -120,6 +120,8 @@ To be continued
# Configuration
+We have a plenty of docker-compose files as examples. Please check them out in ``docker`` directory.
+
## Configuration File
Example of how to configure cl... | null | train | train | 2021-07-27T18:09:15 | 2021-07-16T09:13:08Z | anderssynstad | train |
provectus/kafka-ui/704_731 | provectus/kafka-ui | provectus/kafka-ui/704 | provectus/kafka-ui/731 | [
"connected"
] | 03ed67db897de24a7a827a5dd135021f268e886b | 8f625367b355aaa7c29cdbca4d2d7b2de6931fb5 | [
"Now I use following naming: issue#704_Some_inforamive_words\r\nI suppose that it is convenient, informative and beautiful.\r\nHow do you think?",
"I suggest it would be nice to use grouping tokens at least.\r\nFor example:\r\n`issues/123`\r\n`feature/feature_name`\r\n`bugfix/fix_thing`",
"Take a look at PR #73... | [] | 2021-07-28T15:39:49Z | [
"type/documentation",
"type/enhancement"
] | Contribution: Define naming convention for Git branches | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
(Write your answer here.)
### Describe the solution you'd like
<!--
Provide a clear and concise description of what you want to happen.
... | [
"CONTRIBUTING.md"
] | [
"CONTRIBUTING.md"
] | [] | diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 18437c90de0..0df5a0bb107 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,16 +1,44 @@
# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue,
-email, or any other method with the owners of this repo... | null | test | train | 2021-08-18T12:24:17 | 2021-07-21T14:58:31Z | IldarAlmakaev | train |
provectus/kafka-ui/634_732 | provectus/kafka-ui | provectus/kafka-ui/634 | provectus/kafka-ui/732 | [
"timestamp(timedelta=1.0, similarity=0.9535978590429749)",
"connected"
] | d29f42e0a0b7358095e058125e7f97990527ff8e | 268c87131232fcf3451922fc13df3057e15cc0f7 | [
"Waiting frontend",
"Looks like @GneyHabub added cleanup policy to topic description, but missed topic list part. FYI: @workshur "
] | [] | 2021-07-29T07:04:04Z | [
"type/enhancement",
"good first issue",
"scope/backend",
"scope/frontend"
] | Provide cleanup policy in topic list | ### Describe the solution you'd like
Backend should expose cleanup policy in topic list request:
delete (with retention), compact, compact with delete (with retention)
Frontend should display this info in topic list page
| [
"kafka-ui-react-app/src/components/Topics/List/List.tsx",
"kafka-ui-react-app/src/components/Topics/List/ListItem.tsx",
"kafka-ui-react-app/src/components/Topics/List/__tests__/__snapshots__/List.spec.tsx.snap",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Overview/Overview.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/List/List.tsx",
"kafka-ui-react-app/src/components/Topics/List/ListItem.tsx",
"kafka-ui-react-app/src/components/Topics/List/__tests__/__snapshots__/List.spec.tsx.snap",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Overview/Overview.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/List/List.tsx b/kafka-ui-react-app/src/components/Topics/List/List.tsx
index 34b7bc8a955..be1a6b148dd 100644
--- a/kafka-ui-react-app/src/components/Topics/List/List.tsx
+++ b/kafka-ui-react-app/src/components/Topics/List/List.tsx
@@ -139,6 +139,7 @@ const List: Rea... | null | train | train | 2021-07-29T07:44:37 | 2021-07-05T15:20:06Z | germanosin | train |
provectus/kafka-ui/702_751 | provectus/kafka-ui | provectus/kafka-ui/702 | provectus/kafka-ui/751 | [
"timestamp(timedelta=0.0, similarity=0.9255164648756724)",
"connected"
] | ec70e28bffc501ed54b6a5543185ef9b30dc6ea3 | fa4ef337a7523d366de12d4e815dc2d6ec05f3a3 | [] | [] | 2021-07-30T09:27:25Z | [
"type/enhancement",
"scope/backend"
] | Support incremental config update for brokers | ### Describe the solution you'd like
Implement endpoint
PUT /api/clusters/{clusterName}/brokers/{id}/configs/{name}:
on call do incremental alter config for certain broker
| [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/ErrorCode.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClusterService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/Kafka... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/ErrorCode.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/InvalidRequestApiException.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui... | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ConfigTest.java",
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/LogDirsTest.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java
index 0b34efdbad1..d7cfd579125 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/BrokersController.java
+++ b/kaf... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ConfigTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ConfigTest.java
new file mode 100644
index 00000000000..5ae55b56ac3
--- /dev/null
+++ b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/ConfigTest.java
@@ -0,0 +1,... | train | train | 2021-07-29T20:45:06 | 2021-07-21T14:45:19Z | germanosin | train |
provectus/kafka-ui/750_752 | provectus/kafka-ui | provectus/kafka-ui/750 | provectus/kafka-ui/752 | [
"connected"
] | fa4ef337a7523d366de12d4e815dc2d6ec05f3a3 | f7ce3471491fe23a94a77c927e2fdb63fc88600e | [
" Hi, @sreenivasvp. Thanks for creating issue. We'll try to fix it in current release.",
"Hello, @sreenivasvp! Could you please share your docker-compose file?\r\n",
"@MarselAhmetov \r\n\r\n containers:\r\n - image: provectuslabs/kafka-ui:master\r\n imagePullPolicy: Always\r\n name... | [
"as far as I see there should not be situation when getSchemaRegistry() != null but getSchemaRegistry().getUrl() == null ? If so, getUrl() != null check is redundant",
"same here"
] | 2021-07-30T10:04:46Z | [
"type/bug",
"scope/backend"
] | Listing topic's fails : /ui/clusters/environment1/topics | **Describe the bug**
(A clear and concise description of what the bug is.)
Listing topic's fails : /ui/clusters/environment1/topics
07:40:04.776 [main] WARN org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JodaDateTimeJacksonConfiguration - Auto-configuration of Jackson's Joda-Time integrati... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/SchemaRegistryAwareRecordSerDe.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/SchemaRegistryAwareRecordSerDe.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java
index 380fe7d8534..9d2e3fc09a8 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java
+++ b/kafka-ui-api/src/main/java/... | null | train | train | 2021-07-30T11:48:42 | 2021-07-30T07:52:33Z | sreenivasvp | train |
provectus/kafka-ui/580_763 | provectus/kafka-ui | provectus/kafka-ui/580 | provectus/kafka-ui/763 | [
"keyword_pr_to_issue"
] | 96d07a7d6f87de52144b4e21753bf4eafa42149a | 9770ad47af329ef4f444ff411d4062419c8d1f51 | [
"Hi, @wildone. SERVER_SERVLET_CONTEXT_PATH could be used to set non root path for ui & api. Could you please share what were urls in your browser?",
"Hi, sorry for the late resolution, I hope that you solved your problem, we tested the application with traefik and it is working fine, at least all routings are cor... | [] | 2021-08-03T08:55:16Z | [
"type/enhancement"
] | Routing to KafkaUI using Traefik. | ### Is your proposal related to a problem?
Is it possible to make this as clear as the San Diego summer sky:
SERVER_SERVLET_CONTEXT_PATH | URI basePath
It's not clear what this is for.
I assume it's so that I can run this as a service on a path `localhost/kafkaui`?
I am using this with traefik and routi... | [] | [
"docker/kafka-ui-traefik-proxy.yaml",
"docker/traefik/kafkaui.yaml"
] | [] | diff --git a/docker/kafka-ui-traefik-proxy.yaml b/docker/kafka-ui-traefik-proxy.yaml
new file mode 100644
index 00000000000..e95d7a049b4
--- /dev/null
+++ b/docker/kafka-ui-traefik-proxy.yaml
@@ -0,0 +1,27 @@
+---
+version: '3.8'
+services:
+ traefik:
+ restart: always
+ image: traefik:v2.4
+ container_name: ... | null | train | train | 2021-08-02T15:54:02 | 2021-06-22T12:21:21Z | wildone | train |
provectus/kafka-ui/772_775 | provectus/kafka-ui | provectus/kafka-ui/772 | provectus/kafka-ui/775 | [
"keyword_pr_to_issue",
"timestamp(timedelta=0.0, similarity=0.8733743819379413)"
] | 40678809661cb2659d4c93b2fbcd0cd940b4006a | 6280c921f2af8f85be2bc5a7444f900398850020 | [
"Hi, @FedeBev. Thanks for creating issue. As for me looks interesting. @RustamGimadiev what is your opinion on this? Btw any PR is more then welcome )"
] | [] | 2021-08-06T10:09:44Z | [
"type/enhancement"
] | [helm] restart application when configmap or secret changes | ### Is your proposal related to a problem?
In my opinion would be great if the deployment was automatically restarted when the configmap or secret changes.
### Describe the solution you'd like
Something like this should be enough
```yaml
kind: Deployment
spec:
template:
metadata:
annotations:... | [
"charts/kafka-ui/templates/deployment.yaml"
] | [
"charts/kafka-ui/templates/deployment.yaml"
] | [] | diff --git a/charts/kafka-ui/templates/deployment.yaml b/charts/kafka-ui/templates/deployment.yaml
index f8bfe02ae6b..21091c4ad3d 100644
--- a/charts/kafka-ui/templates/deployment.yaml
+++ b/charts/kafka-ui/templates/deployment.yaml
@@ -13,10 +13,12 @@ spec:
{{- include "kafka-ui.selectorLabels" . | nindent 6 }}... | null | train | train | 2021-08-05T08:05:21 | 2021-08-05T15:14:59Z | FedeBev | train |
provectus/kafka-ui/207_787 | provectus/kafka-ui | provectus/kafka-ui/207 | provectus/kafka-ui/787 | [
"keyword_pr_to_issue"
] | 91e93a727e3802d8821bda6a06efd840053f9293 | 4f14942c6da2533026fc4e14f0555967fca1abb4 | [
"Hi guys, on backend side this feature can be implemented by adding routing from kafka-ui backend to ksqldb server or by creating endpoints in the kafka-ui backend itself. @IldarAlmakaev @workshur @germanosin any thoughts?",
"I've merged to master backend side of this ticket\r\ncc @workshur"
] | [] | 2021-08-11T17:44:07Z | [
"type/enhancement",
"scope/backend",
"scope/frontend"
] | Ability to run KSQL queries directly from UI | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/strategy/ksql/statement/ShowStrategy.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/strategy/ksql/statement/ShowStrategy.java"
] | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KsqlServiceTest.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/strategy/ksql/statement/ShowStrategy.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/strategy/ksql/statement/ShowStrategy.java
index 1b80c6648bf..1a2250e850d 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/strategy/ksql/statement/Sho... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KsqlServiceTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KsqlServiceTest.java
index aef12d8ec83..dd8c3ab8295 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/KsqlServiceTest.java
+++ b/kafka-ui-api/src/t... | test | train | 2021-08-12T10:40:05 | 2021-02-20T11:50:00Z | IldarAlmakaev | train | |
provectus/kafka-ui/801_802 | provectus/kafka-ui | provectus/kafka-ui/801 | provectus/kafka-ui/802 | [
"timestamp(timedelta=0.0, similarity=0.8426492946107546)",
"connected"
] | eaf77c49a277ea07fa47554142e1170a56ad268c | 76af95ed787fb39b5e051c5ec7d7f2b9a20c9835 | [] | [] | 2021-08-19T15:00:26Z | [
"type/bug",
"scope/frontend"
] | Bug on Topic create form | **Describe the bug**
We need to fix loader on Topic page. After success topic creation the first time, we won't wait for creation any more, because state is loaded, and we will try to get entity immediately after pressing the button, and we will receive null
going to object page on the second creation.
**Steps to... | [
"kafka-ui-react-app/src/components/Topics/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/New/NewContainer.ts",
"kafka-ui-react-app/src/components/Topics/Topics.tsx",
"kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx",
"kafka-ui-react-app/src/redux/actions/thunks/topics.ts",
"kaf... | [
"kafka-ui-react-app/src/components/Topics/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/New/__tests__/New.spec.tsx",
"kafka-ui-react-app/src/components/Topics/Topics.tsx",
"kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx",
"kafka-ui-react-app/src/redux/actions/thunks/topics.ts",... | [] | diff --git a/kafka-ui-react-app/src/components/Topics/New/New.tsx b/kafka-ui-react-app/src/components/Topics/New/New.tsx
index a6f8af9d9e2..3ef46aca488 100644
--- a/kafka-ui-react-app/src/components/Topics/New/New.tsx
+++ b/kafka-ui-react-app/src/components/Topics/New/New.tsx
@@ -1,40 +1,46 @@
import React from 'react... | null | test | train | 2021-08-23T07:49:15 | 2021-08-18T10:25:09Z | workshur | train |
provectus/kafka-ui/788_822 | provectus/kafka-ui | provectus/kafka-ui/788 | provectus/kafka-ui/822 | [
"connected"
] | d737953a8eb60c75ee87097337fb7e1a115a00f9 | 63059ffa288085946e85fa1df9ad82a94a39d103 | [
"@GladstoneChagas, thank for creating this issue. We'll try to fix it soon.",
"We added specific security config. Now it should work fine, please let us know, how it's working on your environment. "
] | [] | 2021-08-25T16:38:10Z | [
"type/bug",
"scope/backend"
] | Oauth2 with problem delete permission | **Describe the bug**
(A clear and concise description of what the bug is.)
When enable "AUTH_ENABLED" the options delete Clear Message and Delete Topic return 403 with method DELETE.
**Set up**
(How do you run the app?)
the application is running in kubernetes , created by helm with follow args:
`
helm install... | [] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/OAuthSecurityConfig.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/OAuthSecurityConfig.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/OAuthSecurityConfig.java
new file mode 100644
index 00000000000..f28e96ed82f
--- /dev/null
+++ b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/OAuthSecurit... | null | train | train | 2021-08-25T17:42:19 | 2021-08-11T20:31:42Z | GladstoneChagas | train |
provectus/kafka-ui/803_823 | provectus/kafka-ui | provectus/kafka-ui/803 | provectus/kafka-ui/823 | [
"connected"
] | 63059ffa288085946e85fa1df9ad82a94a39d103 | 673e74e15aa6cd2e9ed86683d1b7397c11799d22 | [
"Hi, @david-webill. Thanks for creating this issue. Could you please provide more information:\r\n1. How is your cluster is configured\r\n2. Provide logs from kafka ui",
"Hi @germanosin \r\n\r\nThanks for the reply.\r\nLogs are here https://pastebin.com/V7CPQHAG\r\n\r\nThe instance is a hosted instance with confl... | [] | 2021-08-25T17:29:36Z | [
"scope/backend"
] | Connecting SASL_SSL with sasl.mechanisms=PLAIN | Hello
Im trying to connect this to an instance of Kafka as follows:
` docker run -p 8080:8080 \
-e KAFKA_CLUSTERS_0_NAME=cluster01 \
-e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=<BROKER+PORT> \
-e KAFKA_CLUSTERS_0_PROPERTIES_SECURITY_PROTOCOL=SASL_SSL \
-e KAFKA_CLUSTERS_0_PROPERTIES_SASL_MECHANISM=PLAIN \... | [
"README.md",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ClustersProperties.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/KafkaCluster.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java"
] | [
"README.md",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ClustersProperties.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/KafkaCluster.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java"
] | [] | diff --git a/README.md b/README.md
index db4df22f28b..b24ad772f3e 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,7 @@ For example, if you want to use an environment variable to set the `name` parame
|`KAFKA_CLUSTERS_0_SCHEMANAMETEMPLATE` |How keys are saved to schemaRegistry
|`KAFKA_CLUSTERS_0_JMXPORT` ... | null | train | train | 2021-08-25T19:27:17 | 2021-08-20T12:35:27Z | ghost | train |
provectus/kafka-ui/824_833 | provectus/kafka-ui | provectus/kafka-ui/824 | provectus/kafka-ui/833 | [
"connected"
] | 978ed3ad9b04cdeb072d6b8c738d11f713698044 | ba1022d87a4567df8dd4a749582096f2d3ab2e6c | [
"Hi, @vangahari . Thanks for creating this issue. This feature looks interesting we'll try to add it in next versions",
"Hi, @germanosin. Thanks for the reply.\r\nIt would be grateful if we can have this feature in the next versions. ",
"This is already supported by spring and env variables:\r\n\r\n```\r\nAUTH_... | [] | 2021-08-27T13:02:21Z | [
"type/enhancement"
] | Authentication mechanism with simple Username and password | Hi Team, Is there any simple authentication mechanism for the kafka-ui by default. I see we have SSL and SSO option, but without those things it would be better to have simple user and password for login to dashboard in terms of Security concerns | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/OAuthSecurityConfig.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/OAuthSecurityConfig.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/OAuthSecurityConfig.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/OAuthSecurityConfig.java
index f28e96ed82f..3e8bcd478f2 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/OAuthSecurityConfig.java
+++ b/kafka-ui-... | null | train | train | 2021-08-27T14:31:15 | 2021-08-26T05:09:22Z | vangahari | train |
provectus/kafka-ui/832_834 | provectus/kafka-ui | provectus/kafka-ui/832 | provectus/kafka-ui/834 | [
"connected"
] | 978ed3ad9b04cdeb072d6b8c738d11f713698044 | 1b2b22f18a6d1b1a05681175f788ef87438e8cd1 | [
"Hi, @erizzo . Thanks for creating this issue! This appears to be a regression issue in the master branch after adding the topic deletion feature detection. The fix is in PR. it would be merged today."
] | [] | 2021-08-27T13:22:33Z | [
"type/bug",
"scope/backend"
] | Startup failure with unreachable cluster in configuration | Running kafka-ui via docker-compose, using the "master" image.
If I have multiple clusters configured and 1 of them is not currently reachable (for example, it requires that I be on the company VPN in order to access), kafka-ui fails at startup.
Here is an example docker-compose config:
```yaml
kafka-ui:
... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersStorage.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/FeatureService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/FeatureServiceImpl.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/Kaf... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersStorage.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/FeatureService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/FeatureServiceImpl.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/Kaf... | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/OffsetsResetServiceTest.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersStorage.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersStorage.java
index 6c58470e59b..638af227753 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersStorage.java
+++ b/kafka-ui-api/src/m... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/OffsetsResetServiceTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/OffsetsResetServiceTest.java
index 0130d2698aa..779bda4d3ea 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/OffsetsResetServiceTest.java
... | test | train | 2021-08-27T14:31:15 | 2021-08-27T12:53:43Z | erizzo | train |
provectus/kafka-ui/840_842 | provectus/kafka-ui | provectus/kafka-ui/840 | provectus/kafka-ui/842 | [
"connected"
] | 7643825059459457c3888df554577618e9ade173 | de245e8cc7aea5ee0182c6da9afa76114f89b622 | [] | [] | 2021-08-31T06:54:12Z | [
"type/bug"
] | Direct link access to the topic does not work | **Describe the bug**
Сurrently, during opening the created topic by direct link will be opened list with topics, not the topic view page
**Set up**
`./mvnw clean install -Pprod `
`docker-compose -f ./docker/kafka-ui.yaml up`
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Create the topic1
... | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/DetailsContainer.ts",
"kafka-ui-react-app/src/redux/actions/actions.ts",
"kafka-ui-react-app/src/redux/reducers/loader/reducer.ts",
"kafka-ui-react-app/src/redux/reducers/topics/sele... | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/DetailsContainer.ts",
"kafka-ui-react-app/src/redux/actions/actions.ts",
"kafka-ui-react-app/src/redux/reducers/loader/reducer.ts",
"kafka-ui-react-app/src/redux/reducers/topics/sele... | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx
index 611d1327881..d898805254a 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx
+++ b/kafka-ui-react-app/src/components/Topics/Topic/Details... | null | train | train | 2021-08-30T11:51:07 | 2021-08-30T13:15:07Z | antipova926 | train |
provectus/kafka-ui/841_843 | provectus/kafka-ui | provectus/kafka-ui/841 | provectus/kafka-ui/843 | [
"connected"
] | 7643825059459457c3888df554577618e9ade173 | 161d887e64065f2cd2987f236d74ab81650ce4f3 | [
"Hi, @rlogiacco. Thanks for creating this issue. According to the stack trace, I assume you are using version 0.1. I checked this part of the code and only one possible situation could be there if your header value is null. I created PR to fix this. Could you please check the version with tag master, after we'll me... | [] | 2021-08-31T07:05:59Z | [
"type/bug"
] | Message display crash on message with custom header | **Describe the bug**
When opening a topic containing messages with custom headers application crashes:
```
23:05:01.764 [boundedElastic-1] ERROR org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler - [ff384bf8] 500 Server Error for HTTP GET "/api/clusters/local/topics/dlt/messa... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java"
] | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java
index ccd8dd47ad4..3c21232539f 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java
+++ b/kafka-ui-api/src/main/java/com/provectu... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java
index 39f57c797e4..e7147dea1cc 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/RecordEmitterTest.java
+++ b/kafka-ui-api... | train | train | 2021-08-30T11:51:07 | 2021-08-30T23:23:43Z | rlogiacco | train |
provectus/kafka-ui/846_848 | provectus/kafka-ui | provectus/kafka-ui/846 | provectus/kafka-ui/848 | [
"connected"
] | 65884467cfb936b5503371f8d8557147506849e7 | 49c188a13b8eb7592b7a3fd76c46c8e7441206c4 | [
"Thanks, @antipova926 for finding this issue.\r\nWe realized that there is a misconfiguration on kafka-ui's docker-compose side. I'll fix it asap.\r\nLet me assign myself this ticket and resolve the issue"
] | [] | 2021-09-03T09:25:36Z | [
"type/bug"
] | Created connector in the local cluster is duplicated to the secondLocal cluster | **Describe the bug**
When I create a connector in the Local cluster I also see this connector in the Second cluster. It works in both ways.
**Set up**
`./mvnw clean install -Pprod`
`docker-compose -f ./docker/kafka-ui-connectors.yaml up`
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Go to ... | [
"docker/kafka-ui-connectors.yaml"
] | [
"docker/kafka-ui-connectors.yaml"
] | [] | diff --git a/docker/kafka-ui-connectors.yaml b/docker/kafka-ui-connectors.yaml
index 54cd1d3ddaf..57137cef6b0 100644
--- a/docker/kafka-ui-connectors.yaml
+++ b/docker/kafka-ui-connectors.yaml
@@ -27,8 +27,6 @@ services:
KAFKA_CLUSTERS_1_ZOOKEEPER: zookeeper1:2181
KAFKA_CLUSTERS_1_JMXPORT: 9998
KAF... | null | test | train | 2021-09-02T11:47:18 | 2021-08-31T15:08:26Z | antipova926 | train |
provectus/kafka-ui/849_854 | provectus/kafka-ui | provectus/kafka-ui/849 | provectus/kafka-ui/854 | [
"timestamp(timedelta=0.0, similarity=0.898160487534571)",
"connected"
] | 49c188a13b8eb7592b7a3fd76c46c8e7441206c4 | 64f957771c7f2893343cf8db1dad871bd286b644 | [
"Hi, @zarezadeh. Thanks for creating this issue. We'll take this in the next version. ",
"It's great @germanosin, so if you are OK with the proposed solution I would prepare and send the PR very soon.",
"@zarezadeh . Great! I would be happy to review it. "
] | [] | 2021-09-06T13:20:42Z | [
"type/enhancement"
] | Ability to provide a separate Message name for each topic when using ProtobufFile | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
When using a protobufFile definition for parsing messages, it is assumed that all topics use a single message type. But this assumption is not val... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ClustersProperties.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/KafkaCluster.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/DeserializationService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/Proto... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ClustersProperties.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/KafkaCluster.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/DeserializationService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/Proto... | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/serde/ProtobufFileRecordSerDeTest.java",
"kafka-ui-api/src/test/resources/address-book.proto"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ClustersProperties.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ClustersProperties.java
index cab60a256ea..04efdae3c37 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ClustersProperties.java
+++ b/kafka-ui-api... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serde/ProtobufFileRecordSerDeTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serde/ProtobufFileRecordSerDeTest.java
new file mode 100644
index 00000000000..0f87efe08f6
--- /dev/null
+++ b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/serde... | val | train | 2021-09-03T11:38:16 | 2021-09-04T13:24:05Z | zarezadeh | train |
provectus/kafka-ui/856_857 | provectus/kafka-ui | provectus/kafka-ui/856 | provectus/kafka-ui/857 | [
"connected"
] | 49c188a13b8eb7592b7a3fd76c46c8e7441206c4 | 4660bb8759e33a2a229bcdc6343d3be1bdfd2f28 | [
"Hi, @giom-l. Thanks for creating this issue. We'll fix it in the next minor version.",
"@giom-l I fixed a possible issue with NPE. it would be with tag master in a few minutes. Could you please check it?",
"Hi @germanosin\r\nI tested the master branch, and it works :)\r\nIt took 58s to fetch all my consumer gr... | [] | 2021-09-07T07:43:52Z | [
"type/bug",
"scope/backend"
] | [0.2.0] consumers page is throwing error 500 | **Describe the bug**
When I want to get all consumer groups from a cluster (which I suppose to have a large number of customer group), the server always responds with an error HTTP 500.

:warning: also ... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/MapUtil.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java
index 42a8b23882e..201bc9d1967 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaService.java
+++ b/kafka-ui-api/src/main/java/... | null | train | train | 2021-09-03T11:38:16 | 2021-09-06T19:56:58Z | giom-l | train |
provectus/kafka-ui/855_859 | provectus/kafka-ui | provectus/kafka-ui/855 | provectus/kafka-ui/859 | [
"connected"
] | 4660bb8759e33a2a229bcdc6343d3be1bdfd2f28 | 68cad6c76cb658b9e28049fe8ee39bcddb10465c | [
"Hi, @giom-l. Thanks for creating this issue. We'll fix it in next minor version."
] | [] | 2021-09-07T12:06:20Z | [
"type/bug",
"scope/frontend"
] | [0.2.0] readonly mode not respected at topics list level & consumer groups level | **Describe the bug**
When a cluster is set readonly, I expect that no modification item is ever display.
It has been fixed some time ago on topic page, but in v0.2.0, some stuff are not correct.
On dashboard page, we can see the readonly mode
",
"connected"
] | 64f957771c7f2893343cf8db1dad871bd286b644 | 43709cc3be8635b1e570c1452582589086d68461 | [] | [] | 2021-09-13T08:09:53Z | [
"type/bug"
] | Consumer groups offsets is not working properly | **Describe the bug**
(A clear and concise description of what the bug is.)
**Set up**
(How do you run the app?)
**Steps to Reproduce**
Steps to reproduce the behavior:
1.
**Expected behavior**
(A clear and concise description of what you expected to happen)
**Screenshots**
(If applicable, add s... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/ConsumerGroupsController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/OffsetsResetService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/ConsumerGroupsController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/OffsetsResetService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/OffsetsResetServiceTest.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/ConsumerGroupsController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/ConsumerGroupsController.java
index b0bac49169a..b1437a5e119 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/ConsumerGroupsCont... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/OffsetsResetServiceTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/OffsetsResetServiceTest.java
index 779bda4d3ea..290cfec9d76 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/OffsetsResetServiceTest.java
... | train | train | 2021-09-13T08:20:40 | 2021-09-13T06:03:16Z | germanosin | train |
provectus/kafka-ui/876_877 | provectus/kafka-ui | provectus/kafka-ui/876 | provectus/kafka-ui/877 | [
"connected"
] | 43709cc3be8635b1e570c1452582589086d68461 | 4c231980aac8e54f0f54b59c1a6e19b5504ecfe0 | [] | [] | 2021-09-15T07:06:21Z | [
"type/bug",
"scope/backend"
] | Produce message is not working for topics with enums in schema | **Describe the bug**
Produce message is not working for topics with enums in schema. If you'll try to produce a message for a topic with schema and enum in it. Frontend will fail:
```
Type key is missing
at Object.a.default (index.ts:112)
at m (index.ts:69)
at Object.a.build [as default] (index.ts:... | [
"kafka-ui-api/pom.xml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/EnumJsonType.java"
] | [
"kafka-ui-api/pom.xml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/EnumJsonType.java"
] | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java",
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/ProtobufSchemaConverterTest.java"
] | diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml
index 001c22143ff..0209bc27459 100644
--- a/kafka-ui-api/pom.xml
+++ b/kafka-ui-api/pom.xml
@@ -170,6 +170,12 @@
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java
index 036b1c48edc..dbe37f5695b 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonsche... | train | train | 2021-09-14T14:42:04 | 2021-09-14T15:33:03Z | germanosin | train |
provectus/kafka-ui/876_878 | provectus/kafka-ui | provectus/kafka-ui/876 | provectus/kafka-ui/878 | [
"connected"
] | 4c231980aac8e54f0f54b59c1a6e19b5504ecfe0 | 3d537f2bf15b6a07db334d9c68a0f8abcea9f984 | [] | [] | 2021-09-15T09:35:45Z | [
"type/bug",
"scope/backend"
] | Produce message is not working for topics with enums in schema | **Describe the bug**
Produce message is not working for topics with enums in schema. If you'll try to produce a message for a topic with schema and enum in it. Frontend will fail:
```
Type key is missing
at Object.a.default (index.ts:112)
at m (index.ts:69)
at Object.a.build [as default] (index.ts:... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/ObjectFieldSchema.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/ObjectFieldSchema.java"
] | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java
index ac12109d5a3..707b11dbf68 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJ... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java
index dbe37f5695b..58daa739cf7 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonsche... | val | train | 2021-09-15T10:21:05 | 2021-09-14T15:33:03Z | germanosin | train |
provectus/kafka-ui/876_880 | provectus/kafka-ui | provectus/kafka-ui/876 | provectus/kafka-ui/880 | [
"connected"
] | 3d537f2bf15b6a07db334d9c68a0f8abcea9f984 | 3c05b603139bbb0fada2bdd2737db79ddea6a65a | [] | [] | 2021-09-15T10:39:20Z | [
"type/bug",
"scope/backend"
] | Produce message is not working for topics with enums in schema | **Describe the bug**
Produce message is not working for topics with enums in schema. If you'll try to produce a message for a topic with schema and enum in it. Frontend will fail:
```
Type key is missing
at Object.a.default (index.ts:112)
at m (index.ts:69)
at Object.a.build [as default] (index.ts:... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/ObjectFieldSchema.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/ObjectFieldSchema.java"
] | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverter.java
index 707b11dbf68..e6cff30893d 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/jsonschema/AvroJ... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonschema/AvroJsonSchemaConverterTest.java
index 58daa739cf7..edcc9c559b4 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/util/jsonsche... | test | train | 2021-09-15T11:59:46 | 2021-09-14T15:33:03Z | germanosin | train |
provectus/kafka-ui/793_884 | provectus/kafka-ui | provectus/kafka-ui/793 | provectus/kafka-ui/884 | [
"timestamp(timedelta=774.0, similarity=0.9129114134372687)",
"connected"
] | 3c05b603139bbb0fada2bdd2737db79ddea6a65a | 81a6564183c5bd76214ab6b68f30d14f73f85257 | [
"Hi, @tuananhlai. Thanks for creating this issue. Will try to add it in next version"
] | [] | 2021-09-16T09:55:49Z | [
"type/bug",
"scope/backend",
"scope/frontend"
] | Connector doesn't show trace when failed | **Describe the bug**
Kafka Connector doesn't show stack trace when they fail to run.
**Set up**
1. Create a new connector (I used Debezium)
2. Config the connector with the wrong password.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Click `Kafka Connector` in the side bar.
2. Click on a... | [
"kafka-ui-contract/src/main/resources/swagger/kafka-connect-api.yaml"
] | [
"kafka-ui-contract/src/main/resources/swagger/kafka-connect-api.yaml"
] | [] | diff --git a/kafka-ui-contract/src/main/resources/swagger/kafka-connect-api.yaml b/kafka-ui-contract/src/main/resources/swagger/kafka-connect-api.yaml
index a5b8f18a243..14c996ee545 100644
--- a/kafka-ui-contract/src/main/resources/swagger/kafka-connect-api.yaml
+++ b/kafka-ui-contract/src/main/resources/swagger/kafka-... | null | val | train | 2021-09-15T13:02:06 | 2021-08-13T07:18:53Z | tuananhlai | train |
provectus/kafka-ui/886_888 | provectus/kafka-ui | provectus/kafka-ui/886 | provectus/kafka-ui/888 | [
"connected"
] | 315b6ed6d5208793cf2fcfe4b928562770f853f9 | 5e74bda56ec19e95c3ed11b349360691ad6e6914 | [
"Hi, thanks for creating this issue. We'll try to fix it in the next minor version. ",
"@germanosin Looks like it is still not fixed on master (based on Docker image from 2 days ago). It now accepts the comma-separated list, but it ONLY communicates with first host in the list. That is not how SchemaRegistry desi... | [] | 2021-09-17T08:24:14Z | [
"type/bug",
"scope/backend",
"status/accepted"
] | Schema Registry configuration does not support clustered endpoint | **Describe the bug**
All Kafka ecosystem tools support schema registry configuration in form `http(s)://host.1name:8081,http(s)://host2.name:8081,...`
This does not work with this UI, because it will try to do something like:
```
curl http(s)://host.1name:8081,http(s)://host2.name:8081,.../subjects
```
Whic... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalSchemaRegistry.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/SchemaRegistryAwareRecordSerDe.java",
"kafka-ui-api/src/main/java/com/pr... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalSchemaRegistry.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/SchemaRegistryAwareRecordSerDe.java",
"kafka-ui-api/src/main/java/com/pr... | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java
index 99efa810d3d..3c53490e251 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/mapper/ClusterMapper.java
+++ b/kafka-ui-api/src/main/java/... | null | test | train | 2021-09-16T12:53:31 | 2021-09-17T03:49:36Z | akamensky | train |
provectus/kafka-ui/899_902 | provectus/kafka-ui | provectus/kafka-ui/899 | provectus/kafka-ui/902 | [
"connected"
] | 0a2316c51557c306dbc9f429eb631468a64830b8 | 928dbd7a77dcb4548da9d0fb13c27ee8fd5222f8 | [
"@Schiavi91. Thx for creating this issue. Could you please share your UI for Apache Kafka config, topic name, and schema names for value/key. ",
"I used docker-compose with this configuration:\r\n```\r\nkafka-ui:\r\n image: provectuslabs/kafka-ui:master\r\n hostname: kafka-ui\r\n container_name: kafka-ui... | [] | 2021-09-23T11:43:15Z | [
"type/bug",
"scope/backend"
] | Hide key magic bytes | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
I see the magic bytes when the key is deserialized by AVRO and I would like to hide them.
I saw the pull request following issue #515 but I noticed t... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/AvroMessageFormatter.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/AvroMessageFormatter.java"
] | [
"kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/SendAndReadTests.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/AvroMessageFormatter.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregistry/AvroMessageFormatter.java
index 817ade0fb51..e69d522ea03 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/serde/schemaregis... | diff --git a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/SendAndReadTests.java b/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/SendAndReadTests.java
index 7bd16af2725..3b578a6a892 100644
--- a/kafka-ui-api/src/test/java/com/provectus/kafka/ui/service/SendAndReadTests.java
+++ b/kafka-ui-api/sr... | val | train | 2021-09-18T08:40:19 | 2021-09-20T14:44:57Z | Schiavi91 | train |
provectus/kafka-ui/904_913 | provectus/kafka-ui | provectus/kafka-ui/904 | provectus/kafka-ui/913 | [
"connected"
] | 0bf8db5e527655f23c11d219acf736ca4b7ffc4d | fe0294798cc5922645c59b6fa6fbdd6ac401a756 | [
"@metalshanked. Thanks for creating this issue. Could you please provide more information? \r\nWhat is your config for UI for Apache Kafka? \r\nWhat is the serializing format for these messages?\r\nIf yes, could you provide schemas?",
"> @metalshanked. Thanks for creating this issue. Could you please provide more... | [] | 2021-09-28T09:33:12Z | [
"type/bug",
"scope/frontend"
] | Cannot view/browse messages | **Describe the bug**
I set up an SSL enabled cluster and I can see most of the info except browsing/viewing messages.
I tested it with kafdrop and i can see the messages but no matter what offsets or settings i enter, kafka-ui shows "no messages found" for the same topic
**Set up**
Docker provectuslabs/kafka-ui... | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx
index bdb38d8cd83..962b06132ba 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/Filters.tsx
+++ b/kaf... | null | train | train | 2021-09-25T13:39:14 | 2021-09-25T00:17:14Z | metalshanked | train |
provectus/kafka-ui/861_917 | provectus/kafka-ui | provectus/kafka-ui/861 | provectus/kafka-ui/917 | [
"connected"
] | fe0294798cc5922645c59b6fa6fbdd6ac401a756 | 683ab231f436893b364a44d2fcff700f4ccbbbce | [
"Hi, @asatsi thx for creating this issue. We'll try to fix it in the next minor version. "
] | [
"0. name suggestion EmptyPathAwareRedirectStrategy\r\n1. please add a comment why we need this class\r\n2. maybe extend DefaultServerRedirectStrategy with sendRedirect method override?"
] | 2021-09-30T21:24:59Z | [
"type/bug",
"scope/backend"
] | Simple login doesn't work with SERVER_SERVLET_CONTEXT_PATH | **Describe the bug**
I have setup SERVER_SERVLET_CONTEXT_PATH as part of the deployment in Kubernetes. The ingress rule uses this URI. Everything works well if the spring AUTH ENABLED is not set. Once I enable the AUTH, the URL takes me to the default /login page instead of the $SERVER_SERVLET_CONTEXT_PATH/login page ... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/Config.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CustomWebFilter.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/OAuthSecur... | [
"docker/kafka-ui-auth-context.yaml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/Config.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CorsGlobalConfiguration.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CustomWebFilter.java",
"kafka-ui-api/src/main/java/c... | [] | diff --git a/docker/kafka-ui-auth-context.yaml b/docker/kafka-ui-auth-context.yaml
new file mode 100644
index 00000000000..77d6fea4866
--- /dev/null
+++ b/docker/kafka-ui-auth-context.yaml
@@ -0,0 +1,59 @@
+---
+version: '2'
+services:
+
+ kafka-ui:
+ container_name: kafka-ui
+ image: provectuslabs/kafka-ui:late... | null | train | train | 2021-09-29T11:25:17 | 2021-09-08T08:01:44Z | asatsi | train |
provectus/kafka-ui/925_926 | provectus/kafka-ui | provectus/kafka-ui/925 | provectus/kafka-ui/926 | [
"timestamp(timedelta=1.0, similarity=0.8869123268721283)",
"connected"
] | 81a6564183c5bd76214ab6b68f30d14f73f85257 | 07a9528d39cd6a40e544d57bef4407ebece83a7c | [] | [] | 2021-10-04T13:50:30Z | [
"type/bug"
] | Support delete,compact topics | **Describe the bug**
If topic config is delete,compact topic list request is failing
| [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/CleanupPolicy.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/CleanupPolicy.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/CleanupPolicy.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/CleanupPolicy.java
index bfbfdf9d81a..6e75c3edecb 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/CleanupPolicy.java
+++ b/kafka-ui-api/src/main/java/com... | null | test | train | 2021-10-03T06:25:33 | 2021-10-04T13:45:55Z | germanosin | train |
provectus/kafka-ui/937_939 | provectus/kafka-ui | provectus/kafka-ui/937 | provectus/kafka-ui/939 | [
"connected"
] | 790b2a223a3b4e6c8345c8b2d5b13924fab84288 | 9c48e5682a9974a619f6cf0cb51c5ab2b80a5336 | [
"Hi, thanks for reaching out. Have you tried looking at [this example](https://github.com/provectus/kafka-ui/blob/master/docker/kafka-ui.yaml)? It seems like the difference between this example and your configuration is that `bootstrapservers` value contains just one kafka address in our case. Could you try that pl... | [] | 2021-10-06T16:47:19Z | [
"type/bug",
"status/accepted",
"status/confirmed"
] | unable to see brokers details in kafka-ui | Hi Team,
We have installed 3 zookeeper and 3 kafka node on same instance with different port and producing and consuming message using internal dns name.
Below are the details
2181 - zookeeper1.example
2182 - zookeeper2.example
2183 - zookeeper3.example
9093 - kafka1.example
9094 - kafka2.example
9095 - k... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/BrokerServiceImpl.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/BrokerServiceImpl.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/BrokerServiceImpl.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/BrokerServiceImpl.java
index ba5d8932a07..236ea36d28f 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/BrokerServiceImpl.java
+++ b/kafka-ui-api... | null | test | train | 2021-10-06T08:59:52 | 2021-10-06T03:41:56Z | hasan13579 | train |
provectus/kafka-ui/938_940 | provectus/kafka-ui | provectus/kafka-ui/938 | provectus/kafka-ui/940 | [
"keyword_pr_to_issue",
"timestamp(timedelta=0.0, similarity=0.9293281150177739)"
] | 9c48e5682a9974a619f6cf0cb51c5ab2b80a5336 | 962322f20f941f04dcb0bd52511a9cd5244f6bf8 | [
"Hi @Haarolean,\r\n\r\nCan I try to fix it (if so, can you assign the task to me)?\r\n\r\nWhat do you prefer the default for me to replace one with the other?",
"Hey, sure thing! \r\n\r\nI'd suggest we use log4j since it's being used more and and way longer than slf4j."
] | [] | 2021-10-06T21:06:07Z | [
"good first issue",
"scope/backend",
"type/chore",
"hacktoberfest"
] | Fix different lombok logging annotations | For some reason we use both `@slf4j` and `@log4j2`. | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/JmxClusterUtil.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/JmxPoolFactory.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/JmxClusterUtil.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/JmxPoolFactory.java"
] | [
"kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java"
] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java
index 3c21232539f..22730d6c815 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/util/ClusterUtil.java
+++ b/kafka-ui-api/src/main/java/com/provectu... | diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java
index a5ac78f5660..477f7ed49c5 100644
--- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java
+++ b/kafka-ui-e2e-checks/src/tes... | test | train | 2021-10-06T20:01:46 | 2021-10-06T14:01:19Z | Haarolean | train |
provectus/kafka-ui/953_957 | provectus/kafka-ui | provectus/kafka-ui/953 | provectus/kafka-ui/957 | [
"connected"
] | d5289e1d1363030af2184e86d2d4dfac540def58 | e8fb5d324131eaddc73978fb2f6a1ceefe647ac5 | [
"@germanosin this happens when both key and content schemas have the same value for `$id` (`http://unknown.unknown` in this case). But I'm not sure if this is a frontend issue or a backend issue. The lib that we use for validating JSON doesn't allow having two schemas with the same id. This sounds reasonable to me.... | [] | 2021-10-11T07:45:59Z | [
"type/bug",
"scope/backend",
"status/accepted"
] | Error when trying to produce messages through Kafka-UI | **Describe the bug**
When trying to produce a message, I get an error saying 'Content schema with key or id "http://unknown.unknown" already exists'
**Set up**
Install in Kubernetes in Azure (AKS) using a Helm chart, in the same Kubernetes cluster as my Kafka cluster. Accessing kafka-ui in a browser (port 8080) on... | [
"kafka-ui-react-app/src/components/Topics/Topic/SendMessage/validateMessage.ts"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/SendMessage/validateMessage.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/validateMessage.ts b/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/validateMessage.ts
index 242dd50f9fc..785c9fd2b05 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/SendMessage/validateMessage.ts
+++ b/kafka-ui-react-app/sr... | null | val | train | 2021-10-09T14:31:34 | 2021-10-09T17:30:51Z | samlangdon | train |
provectus/kafka-ui/792_970 | provectus/kafka-ui | provectus/kafka-ui/792 | provectus/kafka-ui/970 | [
"keyword_pr_to_issue"
] | 576f5d5b15f39700355a20a72f121b2a4caa0f59 | 547863fdb206de06b94afd7c41ecdf87d8884764 | [
"If this hasn't already been fixed yet, I will create a PR.",
"@tuananhlai, thanks for creating this issue. This one is not fixed. If you will create a PR it would be very helpful for us!",
"Hey @tuananhlai, \r\nthis has been fixed (kudos to @IndeedSi) in latest commit. \r\nYou can pull `master` labeled image t... | [
"When two subjects use the same schema id, this will conflict in existing code. So I fixed this key duplicate problem"
] | 2021-10-15T01:12:59Z | [
"type/bug",
"scope/frontend",
"status/confirmed"
] | Cannot view protobuf schema in Schema Registry | **Describe the bug**
(A clear and concise description of what the bug is.)
Kafka UI is able to list the name of all schema in Schema Registry, but when I want to view a **Protobuf** schema, the app crashed with the following error. I believed this is because the app tried to parse the schema as JSON and failed.
... | [
"kafka-ui-react-app/src/components/Schemas/Details/LatestVersionItem.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/__test__/Details.spec.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/__test__/LatestVersionItem.spec.ts... | [
"kafka-ui-react-app/src/components/Schemas/Details/LatestVersionItem.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/SchemaVersion.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/__test__/Details.spec.tsx",
"kafka-ui-react-app/src/components/Schemas/Details/__test__/LatestVersionItem.spec.ts... | [] | diff --git a/kafka-ui-react-app/src/components/Schemas/Details/LatestVersionItem.tsx b/kafka-ui-react-app/src/components/Schemas/Details/LatestVersionItem.tsx
index ecc666abd06..cef2e415e18 100644
--- a/kafka-ui-react-app/src/components/Schemas/Details/LatestVersionItem.tsx
+++ b/kafka-ui-react-app/src/components/Schem... | null | val | train | 2021-10-14T21:37:58 | 2021-08-13T03:59:33Z | tuananhlai | train |
provectus/kafka-ui/973_983 | provectus/kafka-ui | provectus/kafka-ui/973 | provectus/kafka-ui/983 | [
"timestamp(timedelta=0.0, similarity=0.9906824177900114)",
"connected"
] | 547863fdb206de06b94afd7c41ecdf87d8884764 | 77226a2144d39e1f8d4576489460bb683a10c0e3 | [] | [] | 2021-10-18T16:05:08Z | [
"type/bug",
"type/enhancement",
"scope/frontend",
"status/confirmed"
] | Support "compact,delete" cleanup policy | **Describe the bug**
That is one of the commonly used policies and it should be possible to create topic with this cleanup policy. It is not in the list of available policies (only "compact" and "delete" are available, not "compact,delete").
**Set up**
Docker from master tag `v0.2.2-SNAPSHOT(547863f)`
**Ste... | [
"kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx",
"kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx",
"kafka-ui-react-app/src/redux/actions/thunks/topics.ts",
"kafka-ui-react-app/src/redux/interfaces/topic.ts"
] | [
"kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx",
"kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx",
"kafka-ui-react-app/src/redux/actions/thunks/topics.ts",
"kafka-ui-react-app/src/redux/interfaces/topic.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx b/kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx
index 50074edae1f..0f36612768f 100644
--- a/kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx
+++ b/kafka-ui-react-app/src/components/Topics/Topic/Edit/Edit.tsx
@@ -13,6 +1... | null | test | train | 2021-10-15T15:16:45 | 2021-10-18T03:16:07Z | akamensky | train |
provectus/kafka-ui/825_984 | provectus/kafka-ui | provectus/kafka-ui/825 | provectus/kafka-ui/984 | [
"connected"
] | e4dc1134abe45ee72c10d454eb7e4e326c52e194 | 4ebc74212cea7741dd68362881430517322fd018 | [] | [
"Is it necessary for something?",
"We have `@Slf4j` for logging \r\n`import lombok.extern.slf4j.Slf4j;`\r\n```\r\nimport lombok.extern.slf4j.Slf4j;\r\n@Slf4j\r\npublic class SomePage {\r\n....\r\n @Step\r\n public SomePage goTo(){\r\n log.warn(\"la-la\");\r\n }\r\n```",
"You might want to make ... | 2021-10-18T16:28:30Z | [
"type/enhancement",
"good first issue",
"scope/QA",
"hacktoberfest"
] | [e2e] add e2e-checks for create/clear messages | [] | [
"kafka-ui-e2e-checks/src/test/resources/producedkey.txt",
"kafka-ui-e2e-checks/src/test/resources/schema_protobuf_value.txt",
"kafka-ui-e2e-checks/src/test/resources/testData.txt"
] | [
"kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java",
"kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/TestConfiguration.java",
"kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/helpers/ApiHelper.java",
"kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/pa... | diff --git a/kafka-ui-e2e-checks/src/test/resources/producedkey.txt b/kafka-ui-e2e-checks/src/test/resources/producedkey.txt
new file mode 100644
index 00000000000..f1ccb75d55d
--- /dev/null
+++ b/kafka-ui-e2e-checks/src/test/resources/producedkey.txt
@@ -0,0 +1,1 @@
+"key"
\ No newline at end of file
diff --git a/kafk... | diff --git a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java b/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java
index 6a866ee0004..2f41f8a95b3 100644
--- a/kafka-ui-e2e-checks/src/test/java/com/provectus/kafka/ui/base/BaseTest.java
+++ b/kafka-ui-e2e-checks/src/tes... | test | train | 2022-06-09T13:50:43 | 2021-08-26T14:20:32Z | antipova926 | train | |
provectus/kafka-ui/1035_1041 | provectus/kafka-ui | provectus/kafka-ui/1035 | provectus/kafka-ui/1041 | [
"connected",
"timestamp(timedelta=0.0, similarity=0.8678493527938854)"
] | c986bc178cd09f0d332508ae5cd132501280c17e | 45a2fc2b472c64eb69565096b92aea41b0a7b456 | [] | [] | 2021-11-01T14:34:14Z | [
"type/bug",
"scope/frontend",
"status/accepted"
] | Topic search issue (when pagination enabled) | **Describe the bug**
Go to Topics -> select page 2 -> insert any topic name in search string (to filter only 1 topic) -> table will be empty.
This is because after search we still passing page=2 query param -> we need to set 'page' query param to 1 after search criteria edit
**Set up**
(How do you run the app?)... | [
"kafka-ui-react-app/src/components/Topics/List/List.tsx",
"kafka-ui-react-app/src/components/Topics/List/__tests__/__snapshots__/List.spec.tsx.snap"
] | [
"kafka-ui-react-app/src/components/Topics/List/List.tsx",
"kafka-ui-react-app/src/components/Topics/List/__tests__/__snapshots__/List.spec.tsx.snap"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/List/List.tsx b/kafka-ui-react-app/src/components/Topics/List/List.tsx
index 4ba1c0e8160..4fcd0285fb1 100644
--- a/kafka-ui-react-app/src/components/Topics/List/List.tsx
+++ b/kafka-ui-react-app/src/components/Topics/List/List.tsx
@@ -121,6 +121,13 @@ const List: Re... | null | train | train | 2021-10-30T12:42:08 | 2021-10-31T14:42:12Z | iliax | train |
provectus/kafka-ui/1058_1061 | provectus/kafka-ui | provectus/kafka-ui/1058 | provectus/kafka-ui/1061 | [
"timestamp(timedelta=0.0, similarity=0.873880692284669)",
"connected"
] | 289791ad85535e2d4929e1e1a7877eb5e8809661 | 3c9eb824ca6ea51b6fe19ef6feb68af67544a3ff | [
"Hey, sounds like a great idea. Would be nice to see that!"
] | [] | 2021-11-08T15:53:36Z | [
"type/enhancement",
"status/accepted",
"scope/infrastructure"
] | Request to add a github action to the repo | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
(Write your answer here.)
No, rather related to adding a new feature
### Describe the solution you'd like
<!--
Provide a clear and conc... | [] | [
".github/workflows/welcome-first-time-contributors.yml"
] | [] | diff --git a/.github/workflows/welcome-first-time-contributors.yml b/.github/workflows/welcome-first-time-contributors.yml
new file mode 100644
index 00000000000..f0caa2053e1
--- /dev/null
+++ b/.github/workflows/welcome-first-time-contributors.yml
@@ -0,0 +1,30 @@
+name: Welcome first time contributors
+
+on:
+ pull_... | null | train | train | 2021-11-01T18:32:05 | 2021-11-08T15:38:32Z | Jassi10000-zz | train |
provectus/kafka-ui/1021_1063 | provectus/kafka-ui | provectus/kafka-ui/1021 | provectus/kafka-ui/1063 | [
"timestamp(timedelta=0.0, similarity=0.9451887696750566)",
"connected"
] | 6df2d0b602f416b5b90d306a8cc7125e37cb08ef | 5db2c17994b4d8835aa6c5b52e9aaebf664b5903 | [] | [
"It's a bad idea to have provider-dependent classes. Could we just add a configurable URL for logout?",
"I don't like the idea to have such configs.",
"Not really, this one is required since cognito doesn't work like others oauth providers, this custom logic is required. We have discussed this previously within... | 2021-11-08T19:55:13Z | [
"type/enhancement",
"scope/backend",
"status/accepted"
] | Cognito logout | [
"documentation/compose/DOCKER_COMPOSE.md",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/BasicAuthSecurityConfig.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/DisabledAuthSecurityConfig.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/LdapSecurityC... | [
"documentation/compose/DOCKER_COMPOSE.md",
"documentation/compose/oauth-cognito.yaml",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/CognitoOidcLogoutSuccessHandler.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/BasicAuthSecurityConfig.java",
"kafka-ui-api/src/main/java/co... | [] | diff --git a/documentation/compose/DOCKER_COMPOSE.md b/documentation/compose/DOCKER_COMPOSE.md
index c5fc1f1476c..d019427d747 100644
--- a/documentation/compose/DOCKER_COMPOSE.md
+++ b/documentation/compose/DOCKER_COMPOSE.md
@@ -11,3 +11,4 @@
9. [kafka-ui-reverse-proxy.yaml](./kafka-ui-reverse-proxy.yaml) - An example... | null | train | train | 2022-09-15T03:07:45 | 2021-10-27T10:11:07Z | Haarolean | train | |
provectus/kafka-ui/1060_1065 | provectus/kafka-ui | provectus/kafka-ui/1060 | provectus/kafka-ui/1065 | [
"keyword_pr_to_issue"
] | 3c9eb824ca6ea51b6fe19ef6feb68af67544a3ff | 7603199e5323302a804b99be473b55176d76e8a6 | [
"Hey, thanks for reaching out. We'll get a look at this."
] | [] | 2021-11-09T11:19:11Z | [
"type/bug",
"scope/frontend",
"status/accepted"
] | Calculation error in Time to retain data [topic creation] | **Describe the bug**
(A clear and concise description of what the bug is.)
Time to retain data tab displays 168d when 4w is selected; 28d should be selected; calculation error in ms (s vs ms)
**Set up**
(How do you run the app?)
docker-compose -f ./docker/kafka-ui.yaml up
**Steps to Reproduce**
Steps to repr... | [
"kafka-ui-react-app/src/components/Topics/shared/Form/TimeToRetainBtns.tsx"
] | [
"kafka-ui-react-app/src/components/Topics/shared/Form/TimeToRetainBtns.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/shared/Form/TimeToRetainBtns.tsx b/kafka-ui-react-app/src/components/Topics/shared/Form/TimeToRetainBtns.tsx
index afd974b151b..17221bf8e7c 100644
--- a/kafka-ui-react-app/src/components/Topics/shared/Form/TimeToRetainBtns.tsx
+++ b/kafka-ui-react-app/src/components... | null | test | train | 2021-11-08T20:47:27 | 2021-11-08T15:52:08Z | Khakha-A | train |
provectus/kafka-ui/1016_1085 | provectus/kafka-ui | provectus/kafka-ui/1016 | provectus/kafka-ui/1085 | [
"keyword_pr_to_issue"
] | 01f04d38d4fd39786aa73dddf54a195ce2c72e74 | 6c9f7f7b770d738c65952ac712ab0eeafaacb185 | [
"Broken since #931"
] | [] | 2021-11-13T15:29:26Z | [
"type/bug",
"good first issue",
"scope/QA",
"status/accepted",
"status/confirmed",
"hacktoberfest"
] | Topic tests failing | ```
[ERROR] com.provectus.kafka.ui.topics.TopicTests Time elapsed: 0.483 s <<< ERROR!
java.lang.NoSuchMethodError: 'java.lang.String io.netty.util.internal.ObjectUtil.checkNonEmptyAfterTrim(java.lang.String, java.lang.String)'
at com.provectus.kafka.ui.topics.TopicTests.beforeAll(TopicTests.java:27)
``` | [
"kafka-ui-e2e-checks/pom.xml",
"pom.xml"
] | [
"kafka-ui-e2e-checks/pom.xml",
"pom.xml"
] | [] | diff --git a/kafka-ui-e2e-checks/pom.xml b/kafka-ui-e2e-checks/pom.xml
index 64e66748910..7353423b10d 100644
--- a/kafka-ui-e2e-checks/pom.xml
+++ b/kafka-ui-e2e-checks/pom.xml
@@ -11,7 +11,7 @@
<artifactId>kafka-ui-e2e-checks</artifactId>
<properties>
- <kafka-ui-contract>${project.version}</kafka-ui-contr... | null | train | train | 2021-11-12T22:40:39 | 2021-10-26T10:42:11Z | Haarolean | train |
provectus/kafka-ui/1084_1090 | provectus/kafka-ui | provectus/kafka-ui/1084 | provectus/kafka-ui/1090 | [
"keyword_pr_to_issue"
] | d6ada34a7e30a9b95d4ce206fc05b0af37472f9e | 352760b1b334aa5907e52110bfbb694f20347cd8 | [
"Hi,\r\n\r\nthere's nothing wrong with using older versions of dependencies (implying there are no known security vulnerabilities, which is true for 1.19). On the other hand, bumping dependency version may require additional testing overhead, because sometimes even minor bumps can cause some bugs/problems/instabili... | [] | 2021-11-15T14:07:21Z | [
"scope/backend",
"type/security",
"status/accepted"
] | bump apache-commons-compress from 1.19 to 1.21 in kafka-ui-api | Current version in use is almost two years old.
https://mvnrepository.com/artifact/org.apache.commons/commons-compress | [
"pom.xml"
] | [
"pom.xml"
] | [] | diff --git a/pom.xml b/pom.xml
index 44ee572a213..cb5bf344660 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<openapi-generator-maven-plugin.version>4.3.0</openapi-generator-maven-plugin.version>
<swagger-annotations.version>1.6.0</swagger-annotations.version>
<springdoc-openapi-webflux... | null | val | train | 2021-11-16T01:20:26 | 2021-11-13T00:52:55Z | rgsurfs | train |
provectus/kafka-ui/1106_1107 | provectus/kafka-ui | provectus/kafka-ui/1106 | provectus/kafka-ui/1107 | [
"keyword_pr_to_issue",
"connected"
] | 352760b1b334aa5907e52110bfbb694f20347cd8 | d712d33c79cee6bd1c04f24f2ea04d3d0470dc6a | [] | [] | 2021-11-18T19:45:55Z | [
"type/bug",
"scope/backend",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Topic disk usage size is incorrect in topic details view | **Describe the bug**
If topic size > int.max, topic details page will display "-bytes". This is happening because field segmentSize is int for topicdetails object.
| [
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml"
] | [] | diff --git a/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml b/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml
index cb882ef078a..d7c1fe30824 100644
--- a/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml
+++ b/kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml
@@ ... | null | train | train | 2021-11-17T22:24:41 | 2021-11-18T19:42:51Z | germanosin | train |
provectus/kafka-ui/1121_1122 | provectus/kafka-ui | provectus/kafka-ui/1121 | provectus/kafka-ui/1122 | [
"connected"
] | 35c4de66e1d08d4435bad76bd40186e8785d4a58 | 5e1e87140a9e10884a28ee570b82b64032f27d96 | [
"Hi , this PR will fix using personal deployment creds https://github.com/provectus/kafka-ui/pull/1122 "
] | [] | 2021-11-22T12:20:17Z | [
"type/enhancement",
"scope/infrastructure"
] | Create a separate technical account for branch deployments | With a separate credentials
Discussed [here](https://github.com/provectus/kafka-ui/pull/1108#discussion_r752768474) | [
".github/workflows/branch-deploy.yml",
".github/workflows/branch-remove.yml",
".github/workflows/master.yaml"
] | [
".github/workflows/branch-deploy.yml",
".github/workflows/branch-remove.yml",
".github/workflows/master.yaml"
] | [] | diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml
index 25f59849f58..62a77919d26 100644
--- a/.github/workflows/branch-deploy.yml
+++ b/.github/workflows/branch-deploy.yml
@@ -78,14 +78,14 @@ jobs:
steps:
- name: clone
run: |
- git clone https://azsafin... | null | test | train | 2021-11-19T09:49:33 | 2021-11-22T11:43:31Z | Haarolean | train |
provectus/kafka-ui/1128_1130 | provectus/kafka-ui | provectus/kafka-ui/1128 | provectus/kafka-ui/1130 | [
"connected"
] | 53a641cb5886095acd9ab9f1c770c8d410379fca | d674808f3c7d4403ab17b8206e9a5218080c468a | [
"@akamensky fixed, please try master version",
"@iliax I've tried the latest master version, but I get this error on service start (and it crashes):\r\n\r\n```\r\n05:05:36.501 [main] ERROR org.springframework.boot.SpringApplication - Application run failed\r\norg.springframework.beans.factory.BeanCreationExceptio... | [] | 2021-11-26T10:39:48Z | [
"type/bug",
"scope/backend",
"status/accepted",
"status/confirmed"
] | Cluster order is not respected | **Describe the bug**
Previously we had only 3 clusters defined in Docker service config, with that the order was preserved (from 0 to 2 as per env vars index number). After evaluation we have added remaining 12 clusters (yes, we have total of 15 Kafka clusters). The order now is completely random. **This happens in ... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersMetricsScheduler.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersStorage.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersMetricsScheduler.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersStorage.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersMetricsScheduler.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersMetricsScheduler.java
index 0555243bb17..712077d604b 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/ClustersMetricsScheduler.ja... | null | val | train | 2021-11-24T18:34:53 | 2021-11-26T08:43:04Z | akamensky | train |
provectus/kafka-ui/1095_1135 | provectus/kafka-ui | provectus/kafka-ui/1095 | provectus/kafka-ui/1135 | [
"keyword_pr_to_issue",
"timestamp(timedelta=0.0, similarity=0.8758304854922276)"
] | d674808f3c7d4403ab17b8206e9a5218080c468a | 960f0a050d836f43b5e58b21319dca3149315d5c | [
"This one is tricky (https://github.com/OpenAPITools/jackson-databind-nullable/issues/25). Will fix a bit later."
] | [] | 2021-11-29T09:15:46Z | [
"scope/backend",
"type/security",
"status/accepted"
] | bump jackson-databind from 2.10.2 to 2.13.0 in the kafka-ui-api | Request review and update the bump jackson-databind from 2.10.2 to latest supported version.
Latest versions may be found here:
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
jackson-databind 2.10.2 is vulnerable to the following CVEs:
https://nvd.nist.gov/vuln/detail/CVE-2020-25... | [
"pom.xml"
] | [
"pom.xml"
] | [] | diff --git a/pom.xml b/pom.xml
index cb5bf344660..a410b6bff07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.5.6</spring-boot.version>
- <jackson-databind-nullable.version>0.2.1</jackson-databind-n... | null | train | train | 2021-11-26T12:50:32 | 2021-11-15T21:56:49Z | rgsurfs | train |
provectus/kafka-ui/1017_1181 | provectus/kafka-ui | provectus/kafka-ui/1017 | provectus/kafka-ui/1181 | [
"connected"
] | f90433c82c00a35b7fb2bf11b7b33f92575e383e | 92edf8036b2653be7be2f4d80f49fae50d07b822 | [
"Hi, thank you for the feedback (and contribution). We'll reflect the changes in the documentation soon.",
"Thanks once again, done.",
"Thanks @Haarolean . I hate to be a PITA, but a few days ago I attempted to deploy the latest build of `master` and this guidance was no longer working for me. Digging deeper,... | [] | 2021-12-07T12:48:31Z | [
"type/documentation",
"good first issue",
"status/accepted",
"hacktoberfest"
] | Proposal: Add info about `SERVER_USEFORWARDHEADERS` to SSO guide | ### Is your proposal related to a problem?
I recently set up kafka-ui with MSK in ECS on AWS with the intent of using SSO with Auth0 to secure the application. I am terminating SSL on the load balancer; connections between the load balancer and the kafka-ui container are HTTP. Following the SSO guide, I set up onl... | [
"guides/SSO.md"
] | [
"guides/SSO.md"
] | [] | diff --git a/guides/SSO.md b/guides/SSO.md
index 2cb2e7fc603..2f1e49892cc 100644
--- a/guides/SSO.md
+++ b/guides/SSO.md
@@ -46,3 +46,6 @@ docker run -p 8080:8080 -v `pwd`/cert:/opt/cert -e AUTH_ENABLED=true \
-e SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_AUTH0_ISSUER_URI=https://dev-a63ggcut.auth0.com/ \
provectuslabs... | null | train | train | 2021-12-06T14:15:09 | 2021-10-26T13:38:12Z | clocklear | train |
provectus/kafka-ui/1183_1187 | provectus/kafka-ui | provectus/kafka-ui/1183 | provectus/kafka-ui/1187 | [
"connected"
] | 5df5cfb6ff3cadc070952faf6877626ff4b224ea | c9811e4f60682dceda5b9167be593b972a677360 | [
"Looking at YAML configuration file I've tried to use following in Docker stack envvars:\r\n\r\n```\r\n KAFKA_ADMIN-CLIENT-TIMEOUT: 30000\r\n ZOOKEEPER_CONNECTION-TIMEOUT: 30000\r\n```\r\n\r\nWhich works, but again for some clusters it timeouts (but fewer this time). I don't understand why it needs such a... | [] | 2021-12-08T10:11:47Z | [
"type/bug",
"status/pending",
"scope/backend",
"status/accepted"
] | Timeouts are not configurable in envvars | **Describe the bug**
Default timeouts are way too short and there is no documented way to configure them when running from official Docker image. In our system only clusters that are physically nearby the UI are "online", the rest are all "offline" with logs:
```
01:35:06.481 [kafka-admin-client-thread | admincl... | [
"README.md",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/AdminClientServiceImpl.java",
"kafka-ui-api/src/main/resources/application-local.yml",
"kafka-ui-api/src/main/resources/application-sdp.yml",
"kafka-ui-api/src/main/resources/application.yml"
] | [
"README.md",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/AdminClientServiceImpl.java",
"kafka-ui-api/src/main/resources/application-local.yml",
"kafka-ui-api/src/main/resources/application-sdp.yml",
"kafka-ui-api/src/main/resources/application.yml"
] | [
"kafka-ui-api/src/test/resources/application-test.yml"
] | diff --git a/README.md b/README.md
index dcfa9f652a5..7eb9a4f5859 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,11 @@ For example, if you want to use an environment variable to set the `name` parame
|Name |Description
|-----------------------|-------------------------------
-|`SERVER_SERVLET_... | diff --git a/kafka-ui-api/src/test/resources/application-test.yml b/kafka-ui-api/src/test/resources/application-test.yml
index ec67d666a01..63dada67238 100644
--- a/kafka-ui-api/src/test/resources/application-test.yml
+++ b/kafka-ui-api/src/test/resources/application-test.yml
@@ -6,9 +6,6 @@ kafka:
zookeeper: lo... | train | train | 2021-12-08T09:28:28 | 2021-12-08T01:50:26Z | akamensky | train |
provectus/kafka-ui/1215_1220 | provectus/kafka-ui | provectus/kafka-ui/1215 | provectus/kafka-ui/1220 | [
"keyword_pr_to_issue",
"timestamp(timedelta=0.0, similarity=0.841488973242652)"
] | 452969ddf904e3262170ab316ec1d46ed264d433 | 242f85aa2e2426f6410aa06b6ccae7486a66b5aa | [
"Hello there moritzluedtke! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀",
"Hi, thanks for raising the issue. We'll take a look into this.",
"@... | [] | 2021-12-10T10:55:24Z | [
"type/bug",
"status/accepted",
"scope/infrastructure",
"scope/k8s"
] | Image registry is missing in k8s deployment files | **Describe the bug**
When using custom private registrys the Helm chart doesn't consider the image registry input.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Add the following (as an example) in the `values.yml` file:
```
image:
registry: YOUR_REGISTRY
repository: kafka-ui
t... | [
"charts/kafka-ui/templates/deployment.yaml"
] | [
"charts/kafka-ui/templates/deployment.yaml"
] | [] | diff --git a/charts/kafka-ui/templates/deployment.yaml b/charts/kafka-ui/templates/deployment.yaml
index b1aae57b6fa..0f995b837d8 100644
--- a/charts/kafka-ui/templates/deployment.yaml
+++ b/charts/kafka-ui/templates/deployment.yaml
@@ -36,7 +36,7 @@ spec:
- name: {{ .Chart.Name }}
securityContext:
... | null | train | train | 2021-12-09T15:47:52 | 2021-12-09T14:45:28Z | moritzluedtke | train |
provectus/kafka-ui/1207_1247 | provectus/kafka-ui | provectus/kafka-ui/1207 | provectus/kafka-ui/1247 | [
"connected",
"timestamp(timedelta=1.0, similarity=0.8626846678582087)"
] | 6e198167dce24b99fee83f744869a0088b40fd7b | f5d421d9f04a13ea01653ff62bb8e0732d3928a0 | [] | [] | 2021-12-14T08:32:02Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Wrong counter value for Connectors | **Describe the bug**
The counter on the page Connectors displays the wrong value (always "1")
**Set up**
(How do you run the app?
Which version of the app are you running? Provide either docker image version or check commit hash at the top left corner. We won't be able to help you without this information.)
h... | [
"kafka-ui-react-app/src/components/Connect/List/List.tsx"
] | [
"kafka-ui-react-app/src/components/Connect/List/List.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Connect/List/List.tsx b/kafka-ui-react-app/src/components/Connect/List/List.tsx
index 5fa45a7c84a..65323914778 100644
--- a/kafka-ui-react-app/src/components/Connect/List/List.tsx
+++ b/kafka-ui-react-app/src/components/Connect/List/List.tsx
@@ -24,7 +24,6 @@ export interf... | null | train | train | 2021-12-13T13:54:52 | 2021-12-09T10:59:15Z | agolosen | train |
provectus/kafka-ui/1144_1256 | provectus/kafka-ui | provectus/kafka-ui/1144 | provectus/kafka-ui/1256 | [
"connected"
] | acfc59863cf5730c78bbc220d2e739413f6c578a | 9ee1a28c8b099767e81c584a3ac726ec29c316c1 | [
"Done."
] | [] | 2021-12-15T14:25:45Z | [
"status/accepted",
"scope/infrastructure",
"type/feature"
] | Implement a workflow to bring up a temp demo external env | Implement a mechanism to bring up a separate public feature testing environment.
Purpose: demostrating that certain feature doesn't work to someone (e.g. an outside collaborator) without creating a VPN account for them.
1) Should be triggered in a PR by the label `status/feature_testing_public`.
2) Should be accessi... | [
".github/workflows/branch-deploy.yml",
".github/workflows/master.yaml"
] | [
".github/workflows/branch-deploy.yml",
".github/workflows/master.yaml"
] | [] | diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml
index f3a51fc4282..b75bd5cfa50 100644
--- a/.github/workflows/branch-deploy.yml
+++ b/.github/workflows/branch-deploy.yml
@@ -1,6 +1,15 @@
name: DeployFromBranch
on:
workflow_dispatch:
+ inputs:
+ public:
+ requ... | null | train | train | 2021-12-15T11:02:47 | 2021-11-30T08:54:01Z | Haarolean | train |
provectus/kafka-ui/1144_1260 | provectus/kafka-ui | provectus/kafka-ui/1144 | provectus/kafka-ui/1260 | [
"connected"
] | 9ee1a28c8b099767e81c584a3ac726ec29c316c1 | 20e1d28fb4e1d31bf15c569d5200f172f0ff067b | [
"Done."
] | [] | 2021-12-16T08:52:23Z | [
"status/accepted",
"scope/infrastructure",
"type/feature"
] | Implement a workflow to bring up a temp demo external env | Implement a mechanism to bring up a separate public feature testing environment.
Purpose: demostrating that certain feature doesn't work to someone (e.g. an outside collaborator) without creating a VPN account for them.
1) Should be triggered in a PR by the label `status/feature_testing_public`.
2) Should be accessi... | [
".github/workflows/branch-deploy.yml"
] | [
".github/workflows/branch-deploy.yml"
] | [] | diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml
index b75bd5cfa50..996ba05da6e 100644
--- a/.github/workflows/branch-deploy.yml
+++ b/.github/workflows/branch-deploy.yml
@@ -1,20 +1,12 @@
name: DeployFromBranch
on:
workflow_dispatch:
- inputs:
- public:
- req... | null | train | train | 2021-12-15T20:56:49 | 2021-11-30T08:54:01Z | Haarolean | train |
provectus/kafka-ui/1144_1261 | provectus/kafka-ui | provectus/kafka-ui/1144 | provectus/kafka-ui/1261 | [
"connected"
] | 20e1d28fb4e1d31bf15c569d5200f172f0ff067b | 7804a6eb9b34c67af1af9d0ca7d464634ffca65c | [
"Done."
] | [] | 2021-12-16T09:23:01Z | [
"status/accepted",
"scope/infrastructure",
"type/feature"
] | Implement a workflow to bring up a temp demo external env | Implement a mechanism to bring up a separate public feature testing environment.
Purpose: demostrating that certain feature doesn't work to someone (e.g. an outside collaborator) without creating a VPN account for them.
1) Should be triggered in a PR by the label `status/feature_testing_public`.
2) Should be accessi... | [
".github/workflows/branch-remove.yml"
] | [
".github/workflows/branch-remove.yml"
] | [] | diff --git a/.github/workflows/branch-remove.yml b/.github/workflows/branch-remove.yml
index cef13859e81..ad6e63aa71e 100644
--- a/.github/workflows/branch-remove.yml
+++ b/.github/workflows/branch-remove.yml
@@ -5,7 +5,7 @@ on:
types: ['unlabeled']
jobs:
remove:
- if: ${{ github.event.label.name == 'status... | null | val | train | 2021-12-16T09:58:55 | 2021-11-30T08:54:01Z | Haarolean | train |
provectus/kafka-ui/1250_1270 | provectus/kafka-ui | provectus/kafka-ui/1250 | provectus/kafka-ui/1270 | [
"timestamp(timedelta=0.0, similarity=0.9136179052251852)",
"connected"
] | a170cce4fa875ca1f23ce77e626dcdf74bc81dce | 49285bee9b1ae669e3ab2bd19b967aa344db3a29 | [] | [
"Could we state the minimum required version of SR which supports schemaType here please?",
"Updated exception message with the minimum required version of SR. @Haarolean Could you check it, pls?",
"Nice, thanks"
] | 2021-12-17T15:42:20Z | [
"type/bug",
"good first issue",
"scope/backend",
"status/accepted",
"status/confirmed"
] | Schema registry back compatibility | **Describe the bug**
There's incompatibility problems with schema registry
**Set up**
docker-compose kafka-ui.yaml
**Steps to Reproduce**
Cluster 1' schema registry (5.2.4): creating a protobuf schema doesn't work.
Schema example:
```
syntax = "proto3";
package com.provectus;
message TestProtoRecord {... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/SchemaTypeIsNotSupportedException.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/SchemaTypeIsNotSupportedException.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/SchemaTypeIsNotSupportedException.java
new file mode 100644
index 00000000000..eabaaf97e52
--- /dev/null
+++ b/kafka-ui-api/src/main/java/com/prov... | null | val | train | 2021-12-17T10:59:58 | 2021-12-14T10:11:08Z | Haarolean | train |
provectus/kafka-ui/1275_1286 | provectus/kafka-ui | provectus/kafka-ui/1275 | provectus/kafka-ui/1286 | [
"connected"
] | 4c39f1386907469c868b76fa79cb0024064729b3 | e4c1114e423a99430b70baef02880e265041e423 | [
"Hello there fockboi-lgtm! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀",
"Hi, thanks for your concern. We'll get a look into this soon."
] | [] | 2021-12-20T09:25:31Z | [
"type/security",
"status/accepted",
"scope/infrastructure"
] | [Security] Workflow backend.yml is using vulnerable action Sibz/github-status-action | The workflow backend.yml is referencing action Sibz/github-status-action using references v1. However this reference is missing the commit [650dd1a882a76dbbbc4576fb5974b8d22f29847f](https://github.com/Sibz/github-status-action/commits/650dd1a882a76dbbbc4576fb5974b8d22f29847f) which may contain fix to the some vulnerabi... | [
".github/workflows/e2e-checks.yaml"
] | [
".github/workflows/e2e-checks.yaml"
] | [] | diff --git a/.github/workflows/e2e-checks.yaml b/.github/workflows/e2e-checks.yaml
index 11072bfca8d..b6c44e72e1b 100644
--- a/.github/workflows/e2e-checks.yaml
+++ b/.github/workflows/e2e-checks.yaml
@@ -64,7 +64,7 @@ jobs:
destination_dir: ./allure
- name: Post the link to allure report
if:... | null | test | train | 2021-12-19T14:49:58 | 2021-12-20T00:27:08Z | fockboi-lgtm | train |
provectus/kafka-ui/1210_1307 | provectus/kafka-ui | provectus/kafka-ui/1210 | provectus/kafka-ui/1307 | [
"keyword_pr_to_issue"
] | 317d956c3c843b4cbd3d266b329a0cf417a083c7 | 6351361c38b5ca9b546fe24691900d270411446d | [] | [] | 2021-12-21T19:27:45Z | [
"type/bug",
"good first issue",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Confusing process of updating Global Compatibility Level | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
When selected and submitted, the Global Compatibility Level for Schema Registry doesn't update automatically. You need to update the page to see t... | [
"kafka-ui-react-app/package-lock.json",
"kafka-ui-react-app/src/components/Schemas/List/GlobalSchemaSelector/GlobalSchemaSelector.tsx",
"kafka-ui-react-app/src/redux/actions/__test__/thunks/schemas.spec.ts",
"kafka-ui-react-app/src/redux/actions/thunks/schemas.ts"
] | [
"kafka-ui-react-app/package-lock.json",
"kafka-ui-react-app/src/components/Schemas/List/GlobalSchemaSelector/GlobalSchemaSelector.tsx",
"kafka-ui-react-app/src/redux/actions/__test__/thunks/schemas.spec.ts",
"kafka-ui-react-app/src/redux/actions/thunks/schemas.ts"
] | [] | diff --git a/kafka-ui-react-app/package-lock.json b/kafka-ui-react-app/package-lock.json
index ff880549b08..9b45d9e98e0 100644
--- a/kafka-ui-react-app/package-lock.json
+++ b/kafka-ui-react-app/package-lock.json
@@ -3159,7 +3159,6 @@
"version": "5.1.18",
"resolved": "https://registry.npmjs.org/@types/sty... | null | train | train | 2021-12-21T10:12:39 | 2021-12-09T12:42:22Z | Khakha-A | train |
provectus/kafka-ui/1225_1312 | provectus/kafka-ui | provectus/kafka-ui/1225 | provectus/kafka-ui/1312 | [
"timestamp(timedelta=0.0, similarity=0.951033727843653)",
"connected"
] | 6351361c38b5ca9b546fe24691900d270411446d | 25d987eb6239d555d80d19f6130552b01dc88a1d | [] | [
"We should use `isValid` instead of checking `Object.values(errors).length > 0`\r\nhttps://react-hook-form.com/api/useform/formstate"
] | 2021-12-22T11:53:39Z | [
"type/enhancement",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Disable negative values | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
(Write your answer here.)
Negative value offset is available when trying to Reset offsets by Reset type 'Offset' on the page Consumer Groups/[Co... | [
"kafka-ui-react-app/src/components/ConsumerGroups/Details/ResetOffsets/ResetOffsets.tsx"
] | [
"kafka-ui-react-app/src/components/ConsumerGroups/Details/ResetOffsets/ResetOffsets.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/ConsumerGroups/Details/ResetOffsets/ResetOffsets.tsx b/kafka-ui-react-app/src/components/ConsumerGroups/Details/ResetOffsets/ResetOffsets.tsx
index 8319fac8c4c..913641ad0ce 100644
--- a/kafka-ui-react-app/src/components/ConsumerGroups/Details/ResetOffsets/ResetOffsets.tsx
... | null | train | train | 2021-12-21T20:51:18 | 2021-12-10T11:28:38Z | agolosen | train |
provectus/kafka-ui/1219_1317 | provectus/kafka-ui | provectus/kafka-ui/1219 | provectus/kafka-ui/1317 | [
"keyword_pr_to_issue",
"connected"
] | 25d987eb6239d555d80d19f6130552b01dc88a1d | f2709ea5c4a12b15aac154a0cdaf049e8d21b17e | [] | [] | 2021-12-24T10:42:58Z | [
"type/enhancement",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Disable 0 and negative values in Topic Creation | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
When creating a new topic, you can select 0, -1, etc. values in Replication Factor and Min In Sync Replicas, though these values are not allowed b... | [
"kafka-ui-react-app/src/components/Topics/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx",
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [
"kafka-ui-react-app/src/components/Topics/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx",
"kafka-ui-react-app/src/lib/yupExtended.ts"
] | [] | diff --git a/kafka-ui-react-app/src/components/Topics/New/New.tsx b/kafka-ui-react-app/src/components/Topics/New/New.tsx
index 5fb9fbac743..de4075912c2 100644
--- a/kafka-ui-react-app/src/components/Topics/New/New.tsx
+++ b/kafka-ui-react-app/src/components/Topics/New/New.tsx
@@ -21,6 +21,7 @@ interface RouterParams {
... | null | val | train | 2021-12-23T20:01:22 | 2021-12-10T10:16:16Z | Khakha-A | train |
provectus/kafka-ui/1229_1324 | provectus/kafka-ui | provectus/kafka-ui/1229 | provectus/kafka-ui/1324 | [
"keyword_issue_to_pr",
"timestamp(timedelta=82242.0, similarity=0.8536223079047901)"
] | 0b112003a5999d8c0390514d9551c4b1f08d00ed | b5aa86cf4c4ac5a638a9b60d9fec3108f8864b2a | [
"Fixed within #1324"
] | [] | 2021-12-27T07:47:07Z | [
"type/enhancement",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Pop up for Clear Messages (not clear/remove at once) | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
When accessing the Messages tab in a specific topic, you have the option to clear messages

at org.xerial.snappy.Snapp... | [
"kafka-ui-api/Dockerfile"
] | [
"kafka-ui-api/Dockerfile"
] | [] | diff --git a/kafka-ui-api/Dockerfile b/kafka-ui-api/Dockerfile
index 2bc496b1f1b..81cc6c9a549 100644
--- a/kafka-ui-api/Dockerfile
+++ b/kafka-ui-api/Dockerfile
@@ -1,5 +1,5 @@
-FROM alpine:latest
-RUN apk add openjdk13-jre
+FROM alpine:3.15.0
+RUN apk add --no-cache openjdk13-jre libc6-compat gcompat
VOLUME /tmp
ARG... | null | test | train | 2021-12-30T10:02:50 | 2021-12-31T14:07:20Z | JoeryH | train |
provectus/kafka-ui/1316_1360 | provectus/kafka-ui | provectus/kafka-ui/1316 | provectus/kafka-ui/1360 | [
"connected"
] | ce8f828394772057cbde03e749e45636d1878547 | ce8627ea59be60367c3d824375dd3feca6f8479a | [
"fixed within https://github.com/provectus/kafka-ui/pull/1360",
"It's not"
] | [
"@jonasgeiregat \r\nMono[Void] cant be mapped, you should use thenReturn(..) or then() on Mono[Void]. \r\nIn general I think its better to make all schemaRegistryService.deleteXXX methods return Mono[Void] and do .thenReturn(ResponseEntity.ok().build()); in SchemasController",
"use then() instead of .flatMap(r -... | 2022-01-07T15:08:31Z | [
"type/bug",
"scope/backend",
"status/accepted",
"status/confirmed"
] | Schema registry: delete request doesn't return a response | **Describe the bug**
Schema registry: delete request doesn't return a response
**Set up**
docker-compose -f kafka-ui.yaml up
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Create a schema
2. Delete a schema
**Expected behavior**
Backend returns a response. In fact, it's pending until timeou... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/SchemasController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/ErrorCode.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/SchemaRegistryService.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/SchemasController.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/ErrorCode.java",
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/exception/SchemaFailedToDeleteException.java",
"kafka-ui-api/src/main/java/com/provectus/kafka... | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/SchemasController.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/SchemasController.java
index c9ba613a3dc..e738216b49a 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/controller/SchemasController.java
+++ b/kaf... | null | test | train | 2022-02-14T15:57:31 | 2021-12-23T11:10:39Z | Haarolean | train |
provectus/kafka-ui/1185_1364 | provectus/kafka-ui | provectus/kafka-ui/1185 | provectus/kafka-ui/1364 | [
"connected"
] | 6828a412427534305fdd1b0d501821e2cf8b1c5e | a4fce3cd818b58fc3e2249606b633bd9afde5595 | [] | [
"We're trying to use own styles with the styled-components and without classnames, aren't we?",
"Are these colors from figma?",
"remove unused className prop, please"
] | 2022-01-10T13:47:08Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"type/regression"
] | readonly label disappeared from UI | ### Is your proposal related to a problem?
We are running a UI in readonly mode, the readonly works as expected (data can be read, but no changes can be done). But before there was a label that clearly shows which clusters are in readonly. Now it is gone.
### Describe the solution you'd like
It would be good t... | [
"kafka-ui-react-app/src/components/Connect/List/__tests__/__snapshots__/ListItem.spec.tsx.snap",
"kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidget.tsx",
"kafka-ui-react-app/src/components/Dashboard/ClustersWidget/__test__/ClustersWidget.spec.tsx",
"kafka-ui-react-app/src/components/Da... | [
"kafka-ui-react-app/src/components/Connect/List/__tests__/__snapshots__/ListItem.spec.tsx.snap",
"kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidget.tsx",
"kafka-ui-react-app/src/components/Dashboard/ClustersWidget/__test__/ClustersWidget.spec.tsx",
"kafka-ui-react-app/src/components/Da... | [] | diff --git a/kafka-ui-react-app/src/components/Connect/List/__tests__/__snapshots__/ListItem.spec.tsx.snap b/kafka-ui-react-app/src/components/Connect/List/__tests__/__snapshots__/ListItem.spec.tsx.snap
index 2fbbed56bb5..68d4d62415a 100644
--- a/kafka-ui-react-app/src/components/Connect/List/__tests__/__snapshots__/Li... | null | train | train | 2022-01-17T11:58:33 | 2021-12-08T04:04:36Z | akamensky | train |
provectus/kafka-ui/1369_1370 | provectus/kafka-ui | provectus/kafka-ui/1369 | provectus/kafka-ui/1370 | [
"timestamp(timedelta=30.0, similarity=0.9999999999999998)",
"connected"
] | b5aa86cf4c4ac5a638a9b60d9fec3108f8864b2a | 08d7216718bbff4f7398bd0d14c637c9255169c6 | [] | [] | 2022-01-11T08:46:53Z | [
"type/enhancement",
"scope/k8s"
] | Support for ingressClassName in helm chart | Currently the helm chart doesn't support specifying ingressClassName in the ingress object.
Need to support it. | [
"charts/kafka-ui/templates/ingress.yaml",
"charts/kafka-ui/values.yaml"
] | [
"charts/kafka-ui/templates/ingress.yaml",
"charts/kafka-ui/values.yaml"
] | [] | diff --git a/charts/kafka-ui/templates/ingress.yaml b/charts/kafka-ui/templates/ingress.yaml
index 6c823c0ab05..641cfd9b67e 100644
--- a/charts/kafka-ui/templates/ingress.yaml
+++ b/charts/kafka-ui/templates/ingress.yaml
@@ -24,6 +24,9 @@ spec:
- {{ .Values.ingress.host }}
secretName: {{ .Values.ingress... | null | train | train | 2022-01-10T14:34:36 | 2022-01-11T08:33:39Z | 5hin0bi | train |
provectus/kafka-ui/1375_1376 | provectus/kafka-ui | provectus/kafka-ui/1375 | provectus/kafka-ui/1376 | [
"timestamp(timedelta=0.0, similarity=0.9412043585622443)",
"connected"
] | 0326cf7c46a7e2da128367fdab1099aa8e0de338 | b6c876275f56f03b5be0adafd388451864fbf8d9 | [
"Hello there Hurenka! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀"
] | [
"Sonar added this line to code smells list. pls check if we can fix that"
] | 2022-01-12T10:24:50Z | [
"scope/frontend",
"scope/QA",
"status/accepted"
] | Fix GlobalSchemaSelector tests | [
"kafka-ui-react-app/src/components/Schemas/List/GlobalSchemaSelector/GlobalSchemaSelector.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/__tests__/__snapshots__/Filters.spec.tsx.snap",
"kafka-ui-react-app/src/components/common/Select/Select.tsx"
] | [
"kafka-ui-react-app/src/components/Schemas/List/GlobalSchemaSelector/GlobalSchemaSelector.tsx",
"kafka-ui-react-app/src/components/Schemas/List/GlobalSchemaSelector/__test__/GlobalSchemaSelector.spec.tsx",
"kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/Filters/__tests__/__snapshots__/Filters.s... | [] | diff --git a/kafka-ui-react-app/src/components/Schemas/List/GlobalSchemaSelector/GlobalSchemaSelector.tsx b/kafka-ui-react-app/src/components/Schemas/List/GlobalSchemaSelector/GlobalSchemaSelector.tsx
index 6447b2915c2..66edb6f0465 100644
--- a/kafka-ui-react-app/src/components/Schemas/List/GlobalSchemaSelector/GlobalS... | null | train | train | 2022-01-12T10:14:26 | 2022-01-12T10:17:46Z | Hurenka | train | |
provectus/kafka-ui/1139_1378 | provectus/kafka-ui | provectus/kafka-ui/1139 | provectus/kafka-ui/1378 | [
"connected"
] | 6d6bce65aa06a9218f5d5c0ce85df330c796135c | 0a7d64de7861e43f0289f01cd23281d89c4d9c3f | [
"Confirmed that replacing spaces in names with underscores \"resolves\" this issue.\r\n\r\nI think this either need to be documented or fixed by using URL encoding everywhere. Or using original name for display and replacing all non-supported characters with underscore for URLs.",
"Hmm, that's pretty unnatural to... | [] | 2022-01-12T20:09:32Z | [
"type/bug",
"good first issue",
"scope/backend",
"status/accepted"
] | Bad handling of cluster names | **Describe the bug**
We have switched to using user-friendly cluster names in `KAFKA_CLUSTERS_NNN_NAME`. Such that those names are human readable with spaces. After we changed to those names, no operations can be done on cluster (can still browse around tho).
**Set up**
Docker latest master tag
**Steps to... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ReadOnlyModeFilter.java"
] | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ReadOnlyModeFilter.java"
] | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ReadOnlyModeFilter.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ReadOnlyModeFilter.java
index b998748fccb..41b6cc408f5 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/ReadOnlyModeFilter.java
+++ b/kafka-ui-api... | null | train | train | 2022-01-12T16:27:08 | 2021-11-30T02:54:03Z | akamensky | train |
provectus/kafka-ui/1217_1430 | provectus/kafka-ui | provectus/kafka-ui/1217 | provectus/kafka-ui/1430 | [
"connected"
] | 86394034486ee20f50a91bb52bb792695be7ab07 | 2b79fee1e4b2574bf34dee0a2c66df01bfc04b96 | [] | [
"We have either to remove `aria-label=\"form\"` or change `aria-label` to something meaningful \r\nIn your case its something like `Connector config edit` (I'm not sure on this text)\r\n\r\nReasoning: Aria label has to be meaningful and unique \r\n[MDN role form](https://developer.mozilla.org/en-US/docs/Web/Accessi... | 2022-01-19T16:19:01Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Space sensitive syntax for Create Connector | **Describe the bug**
If there is a space before a code of connector the button Submit is inactive and the warning 'config is not JSON object' is displayed. If you delete the space the code is acceptable. This behavior is confusing because it`s not obvious that the problem is just in space (for instance for Schema it w... | [
"kafka-ui-react-app/src/components/Connect/Edit/Edit.tsx",
"kafka-ui-react-app/src/components/Connect/Edit/__tests__/Edit.spec.tsx",
"kafka-ui-react-app/src/components/Connect/Edit/__tests__/__snapshots__/Edit.spec.tsx.snap",
"kafka-ui-react-app/src/components/Connect/New/New.tsx",
"kafka-ui-react-app/src/c... | [
"kafka-ui-react-app/src/components/Connect/Edit/Edit.tsx",
"kafka-ui-react-app/src/components/Connect/Edit/__tests__/Edit.spec.tsx",
"kafka-ui-react-app/src/components/Connect/New/New.styled.ts",
"kafka-ui-react-app/src/components/Connect/New/New.tsx",
"kafka-ui-react-app/src/components/Connect/New/__tests_... | [] | diff --git a/kafka-ui-react-app/src/components/Connect/Edit/Edit.tsx b/kafka-ui-react-app/src/components/Connect/Edit/Edit.tsx
index 3e8cb1dce97..baf933cfdef 100644
--- a/kafka-ui-react-app/src/components/Connect/Edit/Edit.tsx
+++ b/kafka-ui-react-app/src/components/Connect/Edit/Edit.tsx
@@ -88,7 +88,7 @@ const Edit: R... | null | train | train | 2022-01-20T10:39:23 | 2021-12-09T15:42:49Z | agolosen | train |
provectus/kafka-ui/1444_1445 | provectus/kafka-ui | provectus/kafka-ui/1444 | provectus/kafka-ui/1445 | [
"connected"
] | 79442a7e821bb0d789995cb0ca74a63a39e5923e | f85a340b79af8a21b8a903808f50c2e01d00d453 | [
"@5hin0bi we currently only restart **connector instance**, not tasks on this button click. I will change this to restart both connector and all its tasks. I think we will also need to rename this button to smth like \"Restart connector\". \r\ncc @Haarolean ",
"@5hin0bi can you please verify it works, and reopen ... | [] | 2022-01-21T09:47:58Z | [
"type/enhancement",
"scope/backend",
"scope/frontend",
"status/accepted",
"status/confirmed"
] | Connector "Restart All Tasks" button has no effect | When choosing a specific connector there are several options you can choose:
<img width="1083" alt="image" src="https://user-images.githubusercontent.com/94184844/150494050-67a4692f-2133-4c78-94e3-c74857b65057.png">
Restart all tasks sends the next POST request that actually does do nothing.
https://xxx/api/cluste... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-connect-api.yaml",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml",
"kafka-ui-react-app/src/components/Connect/Details/Actions/Actions.tsx",
"kafka-ui-re... | [
"kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java",
"kafka-ui-contract/src/main/resources/swagger/kafka-connect-api.yaml",
"kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml",
"kafka-ui-react-app/src/components/Connect/Details/Actions/Actions.tsx",
"kafka-ui-re... | [] | diff --git a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java b/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java
index 74730e29f68..2d82a54217b 100644
--- a/kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/KafkaConnectService.java
+++ b/kafka-... | null | val | train | 2022-01-21T08:47:48 | 2022-01-21T08:39:54Z | 5hin0bi | train |
provectus/kafka-ui/1455_1467 | provectus/kafka-ui | provectus/kafka-ui/1455 | provectus/kafka-ui/1467 | [
"connected"
] | 86dad04448a47ef47f5d82b0c5959ce7398f9631 | 05174fd684398cd19ce889574cc4f41854517e96 | [
"Hello there dmakeroam! 👋\n\nThank you and congratulations 🎉 for opening your very first issue in this project! 💖\n\nIn case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀",
"Can you help to review this ? @workshur ",
"We've reproduced the issue ... | [] | 2022-01-24T13:15:47Z | [
"type/bug",
"scope/frontend",
"status/accepted",
"status/confirmed",
"type/regression"
] | Cannot create a Kafka topic in Kafka-UI for Confluent Kafka | **Describe the bug**
I cannot create a Kafka topic in Kafka-UI for Confluent Kafka.
**Set up**
Docker images:
Kafka UI: provectuslabs/kafka-ui:master
Confluent Kafka: confluentinc/cp-kafka:6.1.0
**Steps to Reproduce**
1. Go to Kafka UI topic creation page -> http://[local-ip]:[local-port]/ui/clusters... | [
"kafka-ui-react-app/src/components/Connect/New/New.tsx",
"kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx",
"kafka-ui-react-app/src/components/Schemas/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx"
] | [
"kafka-ui-react-app/src/components/Connect/New/New.tsx",
"kafka-ui-react-app/src/components/Schemas/Edit/Edit.tsx",
"kafka-ui-react-app/src/components/Schemas/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/New/New.tsx",
"kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.tsx"
] | [] | diff --git a/kafka-ui-react-app/src/components/Connect/New/New.tsx b/kafka-ui-react-app/src/components/Connect/New/New.tsx
index 88b1efef59f..18b80313fad 100644
--- a/kafka-ui-react-app/src/components/Connect/New/New.tsx
+++ b/kafka-ui-react-app/src/components/Connect/New/New.tsx
@@ -127,6 +127,7 @@ const New: React.FC... | null | train | train | 2022-01-23T14:56:38 | 2022-01-23T18:03:55Z | dmakeroam | train |
Subsets and Splits
Java Code Detection in Problems
Identifies and categorizes entries in the dataset that are likely related to Java programming, providing insights into the prevalence and type of Java content in the problem statements.