-
Notifications
You must be signed in to change notification settings - Fork 348
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
Create quill-cassandra-monix #1278
Conversation
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.
Let's name module just quill-cassandra-monix
README.md
Outdated
#### sbt dependencies | ||
``` | ||
libraryDependencies ++= Seq( | ||
"io.getquill" %% "quill-cassandra-streaming-monix" % "2.6.1-SNAPSHOT" |
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.
change to quill-cassandra-monix
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.
Yeah. I agree.
README.md
Outdated
@@ -2669,6 +2664,20 @@ ctx.session.maxSchemaAgreementWaitSeconds=1 | |||
ctx.session.addressTranslator=com.datastax.driver.core.policies.IdentityTranslator | |||
``` | |||
|
|||
## quill-cassandra-streaming-monix |
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.
quill-cassandra-monix
build.sbt
Outdated
) | ||
) | ||
.dependsOn(`quill-core-jvm` % "compile->compile;test->test") | ||
|
||
lazy val `quill-cassandra-streaming-monix` = | ||
(project in file("quill-cassandra-streaming-monix")) |
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.
quill-cassandra-monix
Okay. Not sure if I can work on it for a few days but will try. |
@deusaquilus No worries then, I'll do it once finish udt |
io.getquill.CassandraStreamContext
into quill-cassandra-streaming-monix
module - integrate quill-monix…d missing overrides into monix jdbc context
@fwbrasil @deusaquilus it's okay now, pr build passes |
@deusaquilus However there's no tests for |
I need to adapt the tests fromCassandraStreamingContext
…On Thu, Dec 27, 2018 at 10:49 AM Mykhailo Osypov ***@***.***> wrote:
@deusaquilus <https://github.com/deusaquilus> However there's no tests
for CassandraMonixContext at all, I cannot do that now since I'm off to
my vacation soon
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1278 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABTliCTU5lyWbVh2wY8Hnp28blpApNmZks5u9OwkgaJpZM4ZhlGg>
.
|
Fixes #985
Adding integration with
quill-monix
intoquill-cassandra-streaming-monix
, (#1259) which required some changes tomonix-context
moving things intomonix-jdbc-context
. Bumped up monix version inquill-cassandra-streaming-monix
to3.0.0-RC2
. Also, wroteCassandraMonixContext
.Checklist
README.md
if applicable[WIP]
to the pull request title if it's work in progresssbt scalariformFormat test:scalariformFormat
to make sure that the source files are formatted@getquill/maintainers