Skip to content

Fix Docker Compose Batch Serving#744

Merged
woop merged 3 commits into
feast-dev:masterfrom
mrzzy:fix-docker-compose-batch-serving
May 27, 2020
Merged

Fix Docker Compose Batch Serving#744
woop merged 3 commits into
feast-dev:masterfrom
mrzzy:fix-docker-compose-batch-serving

Conversation

@mrzzy

@mrzzy mrzzy commented May 27, 2020

Copy link
Copy Markdown
Collaborator

What this PR does / why we need it:
Fix Docker Compose Batch Serving setup:

  • Fixed Batch Serving gRPC listening on wrong port (6566 instead of 6567)
  • Fixed active-store typo in batch-serving.yml config: should be historical instead of batch.
  • Fixed issue where external Feast Clients (ie not inside docker network) could not access Kafka

mrzzy added 3 commits May 27, 2020 10:17
This issue occurs when users attempt to interact with an internal
docker-compose Kafka from a extenral. When Feast Core provides the
Kakfa bootstrap servers, its relative to inside the docker-compose
network, and not resolvable from the outside. This adds an
external alias for the internal Kafka to bootstrap servers
so that external clients work correctly.
@woop

woop commented May 27, 2020

Copy link
Copy Markdown
Member

/approve
/lgtm

@feast-ci-bot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mrzzy, woop

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@woop

woop commented May 27, 2020

Copy link
Copy Markdown
Member

/lgtm

@woop woop merged commit 47758e1 into feast-dev:master May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants