Skip to content

Commit

Permalink
Drop second flink job
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannedolan committed Aug 11, 2023
1 parent 7ca3a95 commit 932432c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions deploy/samples/subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,4 @@ spec:
sql: SELECT "quantity", "product_id" AS KEY FROM INVENTORY."products_on_hand"
database: RAWKAFKA

---

apiVersion: hoptimator.linkedin.com/v1alpha1
kind: Subscription
metadata:
name: products-with-hints
spec:
sql: SELECT "quantity", "product_id" AS KEY FROM INVENTORY."products_on_hand"
database: RAWKAFKA
hints:
kafka.numPartitions: "7"

0 comments on commit 932432c

Please sign in to comment.