-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runFlink fails on fresh checkout repo #191
Comments
@yz-chime Thanks for trying it out. For stencil to work, you need to run a stencil server. |
Thanks. A few follow up questions:
|
I copied generated classes of I generated protobuf template in python and wrote a python script to send a serialized sample events to the topic. The code is straightforward:
However the Dagger job instantly crashes when receiving the event. Relevant log lines are below:
I'm not sure what caused this. Is it because |
I tried a simple message definition and the job still crashes.
|
Description
The failure occurred when I checked out the repo and ran the basic command in the guide. It seems
com.tests.TestMessage
is somehow not registered in Stencil. I'm on MacOS 12.5.1, with Java8 and Kafka installed. Stacktrace:However, all tests pass when I ran
./gradlew clean test
. I noticed thatcom.tests.TestMessage
is referenced in many tests. Not sure why the behavior is different indagger-core:runFlink
target.To Reproduce
Steps to reproduce the behavior:
Check out the repo and run
./gradlew dagger-core:runFlink
Expected behavior
Not sure what's the expected behavior, maybe dagger process will keep running until shutdown?
The text was updated successfully, but these errors were encountered: