File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments