Skip to content

Commit 1147777

Browse files
committed
Enhanced pros and cons of model deployment
1 parent c36ff13 commit 1147777

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ However, direct deployment of models is not always a feasible approach. Sometime
1616
- Simple integration with existing technologies and organizational processes
1717
- Easier to understand if you come from non-streaming world
1818
- Later migration to real streaming is also possible
19-
- Model management built-in for different models and versioning
19+
- Model management built-in for deployment of different models including versioning, A/B testing, etc.
2020

2121
**Cons:**
22+
- Often tied to specific ML technologies
2223
- Worse latency as remote call instead of local inference
24+
- More complex security setups (remote communication through firewalls)
2325
- No offline inference (devices, edge processing, etc.)
24-
- Coupling the availability, scalability, and latency / throughput of your Kafka Streams application with the SLAs of the RPC interface
25-
- Side-effects (e.g. in case of failure) not covered by Kafka processing (e.g. Exactly Once)
26+
- Coupling the availability, scalability, and latency / throughput of your stream processing application with the SLAs of the RPC interface
27+
- Side-effects (e.g. in case of failure) not covered by Kafka processing (e.g. Exactly Once).
28+
2629

2730

2831
### TensorFlow Serving

0 commit comments

Comments
 (0)