Managing Kafka Topics
Learn how to manage Kafka topics in Seldon Core 2, including topic creation, configuration, and monitoring for model inference and event streaming.
Model Kafka topics
# samples/models/sklearn-iris-gs.yaml
apiVersion: mlops.seldon.io/v1alpha1
kind: Model
metadata:
name: iris
spec:
dataflow:
cleanTopicsOnDelete: true
storageUri: "gs://seldon-models/scv2/samples/mlserver_1.5.0/iris-sklearn"
requirements:
- sklearn
memory: 100KiDeploying and verifying topic cleanup for a model
Pipeline Kafka topics
Deploying and verifying topic cleanup for a pipeline
Last updated
Was this helpful?

