Skip to content

Commit

Permalink
Remove warning for concurrency.sink (close #896)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed May 17, 2024
1 parent 54e1a97 commit b79dd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions config/config.kafka.extended.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
# Number of events that can get enriched at the same time within a chunk
"enrich": 256
# Number of chunks that can get sunk at the same time
# WARNING: if greater than 1, records can get checkpointed before they are sunk
"sink": 1
"sink": 256
}

# Optional, period after which enrich assets should be checked for updates
Expand Down
3 changes: 1 addition & 2 deletions config/config.kinesis.extended.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@
# Number of events that can get enriched at the same time within a chunk
"enrich": 256
# Number of chunks that can get sunk at the same time
# WARNING: if greater than 1, records can get checkpointed before they are sunk
"sink": 1
"sink": 256
}

# Optional, period after which enrich assets should be checked for updates
Expand Down

0 comments on commit b79dd2d

Please sign in to comment.