-
-
Notifications
You must be signed in to change notification settings - Fork 4
feat: HBase Listener integration #639
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
base: main
Are you sure you want to change the base?
Conversation
Can you please run |
The corresponding product patch branch is (AIUI) https://github.com/stackabletech/docker-images/tree/feat/hbase-resolvable-endpoints. |
I haven't tested accessing hbase with an actual client and there's a lot (lot) of cleanup to do, but https://github.com/stackabletech/hbase-operator/tree/feat/integrate-listener-operator-/nat (61c79a5) and https://github.com/stackabletech/docker-images/tree/feat/hbase-resolvable-endpoints-/nat (stackabletech/docker-images@2a2a5ac) seem to consistently make it all look correct in the UI at least. |
Description
fixes: #618
Implementation notes
Output from the HBase demo:
CRD change
Note
There does not need to be a decision on this (discussed briefly in planning 09.04.2024) as the implementation is in line with existing implementations for HDFs and Kafka.
old:
new:
(this is inline with the implementations for HDFS and Kafka)
Tests (OpenShift)
Definition of Done Checklist
Author
Reviewer
Acceptance