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

Create quill-cassandra-monix #1278

Merged
merged 5 commits into from
Dec 29, 2018
Merged

Create quill-cassandra-monix #1278

merged 5 commits into from
Dec 29, 2018

Conversation

deusaquilus
Copy link
Collaborator

@deusaquilus deusaquilus commented Dec 26, 2018

Fixes #985

Adding integration with quill-monix into quill-cassandra-streaming-monix, (#1259) which required some changes to monix-context moving things into monix-jdbc-context. Bumped up monix version in quill-cassandra-streaming-monix to 3.0.0-RC2. Also, wrote CassandraMonixContext.

Checklist

  • Unit test all changes
  • Update README.md if applicable
  • Add [WIP] to the pull request title if it's work in progress
  • Squash commits that aren't meaningful changes
  • Run sbt scalariformFormat test:scalariformFormat to make sure that the source files are formatted

@getquill/maintainers

Copy link
Collaborator

@mosyp mosyp left a 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"
Copy link
Collaborator

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

Copy link
Collaborator Author

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
Copy link
Collaborator

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"))
Copy link
Collaborator

Choose a reason for hiding this comment

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

quill-cassandra-monix

@mosyp
Copy link
Collaborator

mosyp commented Dec 26, 2018

Thanks for picking it up, I kinda struggle now with udt in #1229 and #1028

@deusaquilus
Copy link
Collaborator Author

Okay. Not sure if I can work on it for a few days but will try.

@mosyp
Copy link
Collaborator

mosyp commented Dec 26, 2018

@deusaquilus No worries then, I'll do it once finish udt

@mosyp mosyp changed the title [WIP] Move io.getquill.CassandraStreamContext into quill-cassandra-streaming-monix module - integrate quill-monix Create quill-cassandra-monix Dec 26, 2018
…d missing overrides into monix jdbc context
@mosyp
Copy link
Collaborator

mosyp commented Dec 27, 2018

@fwbrasil @deusaquilus it's okay now, pr build passes

@mosyp
Copy link
Collaborator

mosyp commented Dec 27, 2018

@deusaquilus However there's no tests for CassandraMonixContext at all, I cannot do that now since I'm off to my vacation soon

@deusaquilus
Copy link
Collaborator Author

deusaquilus commented Dec 27, 2018 via email

@fwbrasil fwbrasil merged commit 55855a5 into master Dec 29, 2018
@fwbrasil fwbrasil deleted the split-cas branch December 29, 2018 00:23
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.

4 participants