Configure HBase + Kafka Stack

Job ID: 39925345

Budget: $10 – $30 USD

My Ubuntu server already has Docker running both of these repos:
• https://github.com/dexterlaboss/archival-rpc
• https://github.com/dexterlaboss/ingestor-rpc

I now need a quick, clean setup of the supporting services so everything talks to each other:

1. Spin up HBase (Docker is available) and create the tables required by archival-rpc and ingestor-rpc.
2. Spin up Kafka, link it to HBase, and confirm messages flow from ingestor-rpc into the HBase tables.
3. Prove the full chain works by querying archival-rpc and showing live data being served.

Docker is already installed and running; you may add docker-compose or individual containers—whichever is fastest. A concise README or set of commands that reproduces your setup on a fresh box will complete the job.

I’m looking for a straightforward, working configuration rather than a full production hardening, so please keep the solution lightweight and focused on functionality.
Related categories: HBase Docker Apache Kafka Docker Compose