Skip to content

Commit 7bad054

Browse files
committed
Added complexity regarding authorization as potential con for model server
1 parent bd295bf commit 7bad054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ However, direct deployment of models is not always a feasible approach. Sometime
2222
- Often tied to specific ML technologies
2323
- Often tied to a specific cloud provider and introduces lock-in
2424
- Worse latency as remote call instead of local inference
25-
- More complex security setups (remote communication through firewalls)
25+
- More complex security setups (remote communication through firewalls and authorization management)
2626
- No offline inference (devices, edge processing, etc.)
2727
- Coupling the availability, scalability, and latency / throughput of your stream processing application with the SLAs of the RPC interface
2828
- Side-effects (e.g. in case of failure) not covered by Kafka processing (e.g. Exactly Once).

0 commit comments

Comments
 (0)