-
Notifications
You must be signed in to change notification settings - Fork 40
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
Deprecate Stream Enrich and enrich-rabbitmq #787
Conversation
9738559
to
84868e0
Compare
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.
Great work @spenes !
I wonder if we should merge common/
and common-fs2
. On one hand it's probably good to keep common/
as is with the just the core logic of the adapters/enrichments. But on the other hand it sounds weird to have two modules with some common logic. Given that Scala Common Enrich is published as a library to Maven in case someone wants to use it in a custom app, I think that we should leave it as is.
.../scala/com.snowplowanalytics.snowplow.enrich/common/enrichments/registry/IabEnrichment.scala
Show resolved
Hide resolved
...les/common/src/main/scala/com.snowplowanalytics.snowplow.enrich/common/utils/ResourceF.scala
Outdated
Show resolved
Hide resolved
modules/common/src/test/scala/com.snowplowanalytics.snowplow.enrich.common/SpecHelpers.scala
Outdated
Show resolved
Hide resolved
modules/common/src/test/scala/com.snowplowanalytics.snowplow.enrich.common/SpecHelpers.scala
Outdated
Show resolved
Hide resolved
...wplowanalytics.snowplow.enrich.common/adapters/registry/CloudfrontAccessLogAdapterSpec.scala
Outdated
Show resolved
Hide resolved
...alytics.snowplow.enrich.common/enrichments/registry/pii/PiiPseudonymizerEnrichmentSpec.scala
Outdated
Show resolved
Hide resolved
modules/common/src/test/scala/com.snowplowanalytics.snowplow.enrich.common/utils/Clock.scala
Outdated
Show resolved
Hide resolved
ac8088a
to
780d4c8
Compare
18e570d
to
e3c2bdc
Compare
50fea9f
to
09b7994
Compare
503316e
to
fba35f8
Compare
fba35f8
to
4a9f950
Compare
.value | ||
.unsafeRunSync() |
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 like that but changing this would require a lot of refactoring in the tests. Instead I would prefer us to make it possible to create an IgluCirceClient
manually without having to parse a config file, so that we don't get a IO[ ]
.
Apart from removing Stream Enrich and
became
became
|
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.
Looks good to me! However, Github doesn't allow me to approve the PR since I am the one opened the PR. But, from my point of view, it is good to go.
No description provided.