-
Notifications
You must be signed in to change notification settings - Fork 40
Update to Kafka 1.1.0 new APIs #33
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
base: master
Are you sure you want to change the base?
Conversation
spektom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we restore CI using Travis or maybe using GitHub pipelines?
| @@ -1,3 +0,0 @@ | |||
| language: java | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, after deleting this file we don't have any CI on this project left?
|
@Taosmi thanks a lot for your contribution! It looks pretty nice, but CI should be left in place ;-) |
|
Ok, I will added as soon as possible! |
|
CI file restored. |
| <groupId>pentaho-kettle</groupId> | ||
| <artifactId>kettle-engine-test</artifactId> | ||
| <version>${kettle.version}</version> | ||
| <version>7.1.0.32-246</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason this is not the same as "kettle.version" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why, but this is the last official version released for kettle-engine-test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then it should be set under kettle.version variable.
Major refactor to adapt to Kafka 1.1.0 new APIs.