Bug: Generated sink
connector cannot be builded due to missing Stream::next
impl
#4006
Labels
bug
Something isn't working
What happened
When generating a
sink
connector using thecdk generate
subcommand,the generated project cannot be builded due to a missing
Stream::next
implementation.
Expected behavior
Generated connector can be builded out of the box.
Describe the setup
Fluvio:
0.11.8
How to reproduce it (as minimally and precisely as possible)
Steps to reproduce the behavior:
cdk generate
sink
forWhich type of Connector would you like [source/sink]?
promptcdk deploy start --config ./sample-config.yaml
Log output
Environment (please complete the following information):
Optional Debugging:
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: