microsoft / microsoft/SynapseML

For Spark Serving, is it possible to bind more than 1 api to one port?

Open
#547 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Scala
Stars
5.2k
Forks
868
Avg merge
22h 9m
Merged PRs (30d)
45

Description

Is it possible to bind 2 api to one port? Just like follow code
val replies = spark.readStream.server.address("192.168.1.1", 12345, List("my_api1","my_api2"))

So I don't need to open 2 port while i have 2 interface to serve.

Thanks!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the Spark Serving entry point shown in the issue: spark.readStream.server.address("192.168.1.1", 12345, List("my_api1", "my_api2")). Determine whether multiple APIs can share one port while preserving separate interfaces. Done means the supported behavior or limitation is established and documented with the relevant serving entry points identified.

Written by the indexing model from the issue text.

Assessment

Tech stack
scala
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.