Skip to content
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

Fixes to udemy API, fixes: #1 and update to Kafka 1.1.1 / Cofluent 5.0.1 #2

Merged
merged 1 commit into from
Dec 3, 2018
Merged

Conversation

matiwinnetou
Copy link
Contributor

@matiwinnetou matiwinnetou commented Dec 2, 2018

It turns out udemy API removed @default, so now one has to enumerate all fields one wants. This fixes test error issue found in: #1

@matiwinnetou matiwinnetou changed the title Issue-1: Fixes to udemy API Fixes to udemy API, fixes: #1 Dec 2, 2018
@@ -3,7 +3,6 @@
"type": "record",
"name": "User",
"fields": [
{"name": "id", "type": "long", "doc": "User ID in Udemy's DB"},
Copy link
Contributor Author

@matiwinnetou matiwinnetou Dec 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

user node no longer reveals their ID. Perhaps it was a security issue, who knows.

@matiwinnetou matiwinnetou changed the title Fixes to udemy API, fixes: #1 Fixes to udemy API, fixes: #1 and update to Kafka 1.1.1 Dec 2, 2018
@matiwinnetou matiwinnetou changed the title Fixes to udemy API, fixes: #1 and update to Kafka 1.1.1 Fixes to udemy API, fixes: #1 and update to Kafka 1.1.1 / Cofluent 5.0.1 Dec 2, 2018
Copy link
Owner

@simplesteph simplesteph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this. Just some minor changes to revert and I'll merge!

config.put(StreamsConfig.APPLICATION_ID_CONFIG, appConfig.getApplicationId());
config.put(StreamsConfig.BOOTSTRAP_SERVERS_CONFIG, appConfig.getBootstrapServers());
config.put(ConsumerConfig.AUTO_OFFSET_RESET_CONFIG, "earliest");
config.put(APPLICATION_ID_CONFIG, appConfig.getApplicationId());
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please revert those?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure I can

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I will revert those code style changes today.

@simplesteph simplesteph merged commit 2158786 into simplesteph:master Dec 3, 2018
@simplesteph
Copy link
Owner

thanks @matiwinnetou for the contribution! Looks great :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants