kafbat/kafka-ui

Infra: Ship a serde-enriched docker image alongside with the main one

オープン

#156 opened on 2024/02/20

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (363 件のフォーク)auto 404
area/serdegood first issuehacktoberfestscope/infrastatus/triage/completed

Repository metrics

Stars
 (2,554 個のスター)
PR merge metrics
 (PR metrics pending)

説明

We have a bunch of serdes developed by us and publicly available (SMILE, glue) which are released independently. Currently to run kafka-ui with them enabled you have to:

It would be beneficial to ship a fat docker image alongside the main one with all the serdes included to save the user efforts for the first two steps of the aforementioned process.

Our sedes available at the time: https://github.com/kafbat/ui-serde-glue https://github.com/kafbat/ui-serde-smile

TODO:

  1. Release workflow:
  • Adjust the release workflow to build one more separate image
  • Upon a release, download latest releases of our serdes
  • Include (volume bind) downloaded serdes into the image
  • ? Consider if we'd need a separate release for all the main branch releases, or just the major releases
  1. AWS AMI Image:
  • do the same as for the release workflow

コントリビューターガイド