microsoft / microsoft/SynapseML
For Spark Serving, is it possible to bind more than 1 api to one port?
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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