-
Notifications
You must be signed in to change notification settings - Fork 23
unable to build #16
Comments
There's some boolean configuration value which you've misconfigured (probably something you've overridden). set Also share more context,
|
|
seems like there is an issue with conversion library |
@abhiroj, there are few things that you need to change in your configuration, for example:
These need to be changed with your own values. Directly using the sample.properties file would not work for these properties. |
okay, how to setup one? I am new to protobuf libs so if you can provide me with some headsup , that would really help. :) |
Create a new repository which contains all your protos in This repository should not contain any other thing apart from proto files. Also in your build.gradle you have to use After this create a jar, and then host it on artifactory, maybe public maven or a privately hosted one. |
Hi, I was a little caught up. I have created a proto message for kafka. |
Yup this looks great |
The next step would be to push this to public maven/artifactory and use the url for the same as the Stencil URL in the configuration |
Hey @mauliksoneji , I tried looking for the steps but to no avail. can you refer me some doc that you follow/followed before? that would be of great help. |
@abhiroj Added doc for running stencil server, this run local python server with the built descriptor Also closing this issue, assuming you're able to build the project. Please do open an issue if there's anything specific. |
@abhiroj with this you would be able to run it locally right? You only require bigquery credentials and need to setup a bigquery table. Then you can start running beast |
getting following error while running task
runConsumer
The text was updated successfully, but these errors were encountered: