Skip to content

Commit

Permalink
[Update] Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
polyzos committed May 28, 2023
1 parent 33de52d commit a7aa026
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,18 @@ If you want to run the examples inside a Flink Cluster run to start the Pulsar a
docker-compose up
```

When the cluster is up and running successfully run the following command:
When the cluster is up and running successfully run the following command for redpanda:
```shell
./redpanda-setup.sh

```

or this command for kafka setup
```shell
./kafka-setup.sh
```


### Register UDF
```shell
CREATE FUNCTION maskfn AS 'io.streamingledger.udfs.MaskingFn' LANGUAGE JAVA USING JAR '/opt/flink/jars/spf-0.1.0.jar';
Expand Down

0 comments on commit a7aa026

Please sign in to comment.