Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migrate from KTable to KTableView #3713

Merged
merged 2 commits into from
Apr 1, 2025

Conversation

johncowen
Copy link
Contributor

@johncowen johncowen commented Mar 27, 2025

Migrates our KTable usage to use KTableView, chosen because we don't want a Table to be concerned with data retrieval.

There are a few little weird things in this migration I'll note inline.

Closes #3655

Copy link

netlify bot commented Mar 27, 2025

Deploy Preview for kuma-gui ready!

Name Link
🔨 Latest commit fad0261
🔍 Latest deploy log https://app.netlify.com/sites/kuma-gui/deploys/67ead799cc12eb0008fa7700
😎 Deploy Preview https://deploy-preview-3713--kuma-gui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@johncowen johncowen force-pushed the chore/k-table-data branch 2 times, most recently from 3c0cb35 to 3026838 Compare March 31, 2025 09:45
@johncowen johncowen force-pushed the chore/k-table-data branch from 3026838 to 64ddf78 Compare March 31, 2025 09:52
@johncowen johncowen marked this pull request as ready for review March 31, 2025 09:59
@johncowen johncowen requested a review from a team as a code owner March 31, 2025 09:59
@johncowen johncowen requested a review from schogges March 31, 2025 09:59
Signed-off-by: John Cowen <[email protected]>
@johncowen johncowen merged commit 92373f6 into kumahq:master Apr 1, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate KTable to KTableView
2 participants