Skip to content

Latest commit

 

History

History
 
 

forward_message

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example Python User Defined Function using Kafka sink

  1. Install Kafka in the Kubernetes cluster

    kubectl apply -f https://raw.githubusercontent.com/numaproj/numaflow/main/config/apps/kafka/kafka-minimal.yaml
  2. Build the docker image and import into k3d

    docker build -t test-python-udf:v1 . && k3d image import docker.io/library/test-python-udf:v1
  3. Apply the pipeline

    kubectl apply -f pipeline-numaflow.yaml