kafka-ui/kafka-ui-react-app/src/components/Topics/Topic/Edit
Roman Zabaluev 77226a2144
Support "compact,delete" cleanup policy (#983)
* Fix #973

* Fix topic edition errors

Fixed two errors
1. The error with cleanup policy. Since some of the custom params (like, cleanup policy) are moved to the general form, we were not supposed to add them to the custom params section. Added filtration for this.
2. Fixed the variable name for  Min In Sync Replicas to match the name in the contract

Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com>
2021-10-25 13:40:50 +03:00
..
__tests__ Allow increasing the number of partitions and updating of the replication factor (#544) 2021-07-24 18:00:29 +03:00
DangerZone.tsx Allow increasing the number of partitions and updating of the replication factor (#544) 2021-07-24 18:00:29 +03:00
DangerZoneContainer.ts Allow increasing the number of partitions and updating of the replication factor (#544) 2021-07-24 18:00:29 +03:00
Edit.tsx Support "compact,delete" cleanup policy (#983) 2021-10-25 13:40:50 +03:00
EditContainer.tsx Topics page refactoring (#251) 2021-03-16 15:13:21 +03:00