-
Notifications
You must be signed in to change notification settings - Fork 13
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
New function not based on list endpoint #255
Conversation
modules/core/src/main/scala/com.snowplowanalytics.iglu/client/resolver/Resolver.scala
Outdated
Show resolved
Hide resolved
Since you said
I came up with this. The tests don't all pass, so I've probably got something wrong. But hopefully you'll see what it's trying to do. |
Thanks @istreeter ! Your implementation is much more simple, I'll go with it ! |
@istreeter please, we don't use |
modules/core/src/main/scala/com.snowplowanalytics.iglu/client/resolver/Resolver.scala
Outdated
Show resolved
Hide resolved
modules/core/src/main/scala/com.snowplowanalytics.iglu/client/resolver/Resolver.scala
Outdated
Show resolved
Hide resolved
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.
Would be nice to see some scaladoc on the public-facing methods.
modules/core/src/main/scala/com.snowplowanalytics.iglu/client/resolver/Resolver.scala
Outdated
Show resolved
Hide resolved
modules/core/src/main/scala/com.snowplowanalytics.iglu/client/resolver/Resolver.scala
Outdated
Show resolved
Hide resolved
modules/core/src/main/scala/com.snowplowanalytics.iglu/client/resolver/Resolver.scala
Outdated
Show resolved
Hide resolved
modules/core/src/main/scala/com.snowplowanalytics.iglu/client/resolver/Resolver.scala
Outdated
Show resolved
Hide resolved
modules/core/src/main/scala/com.snowplowanalytics.iglu/client/resolver/Resolver.scala
Outdated
Show resolved
Hide resolved
modules/core/src/main/scala/com.snowplowanalytics.iglu/client/resolver/Resolver.scala
Outdated
Show resolved
Hide resolved
modules/core/src/main/scala/com.snowplowanalytics.iglu/client/resolver/Resolver.scala
Show resolved
Hide resolved
modules/core/src/main/scala/com.snowplowanalytics.iglu/client/resolver/Resolver.scala
Outdated
Show resolved
Hide resolved
… list endpoint of an Iglu server (close #256)
The following improvements are introduced via common-streams 0.8.0-M4: - Fields starting with a digit are now prefixed with an underscore `_`. This is needed for Hudi, which does not allow fields starting with a digit (snowplow/schema-ddl#209) - New kinesis source implementation without fs2-kinesis (snowplow-incubator/common-streams#84) - Iglu schemas are resolved in parallel, for short pause times during event processing (snowplow-incubator/common-streams#85) - Common http client configured with restricted max connections per server (snowplow-incubator/common-streams#87) - Iglu scala client 3.2.0 no longer relies on the "list" schemas endpoint (snowplow/iglu-scala-client#255)
The following improvements are introduced via common-streams 0.8.0-M4: - Fields starting with a digit are now prefixed with an underscore `_`. This is needed for Hudi, which does not allow fields starting with a digit (snowplow/schema-ddl#209) - New kinesis source implementation without fs2-kinesis (snowplow-incubator/common-streams#84) - Iglu schemas are resolved in parallel, for short pause times during event processing (snowplow-incubator/common-streams#85) - Common http client configured with restricted max connections per server (snowplow-incubator/common-streams#87) - Iglu scala client 3.2.0 no longer relies on the "list" schemas endpoint (snowplow/iglu-scala-client#255)
The following improvements are introduced via common-streams 0.8.0-M4: - Fields starting with a digit are now prefixed with an underscore `_`. This is needed for Hudi, which does not allow fields starting with a digit (snowplow/schema-ddl#209) - New kinesis source implementation without fs2-kinesis (snowplow-incubator/common-streams#84) - Iglu schemas are resolved in parallel, for short pause times during event processing (snowplow-incubator/common-streams#85) - Common http client configured with restricted max connections per server (snowplow-incubator/common-streams#87) - Iglu scala client 3.2.0 no longer relies on the "list" schemas endpoint (snowplow/iglu-scala-client#255)
PDP-1358