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

Apache Solr: become Alpakka 1.0 ready #1090

Closed
4 tasks done
ennru opened this issue Jul 4, 2018 · 0 comments
Closed
4 tasks done

Apache Solr: become Alpakka 1.0 ready #1090

ennru opened this issue Jul 4, 2018 · 0 comments

Comments

@ennru
Copy link
Member

ennru commented Jul 4, 2018

  • Move internal code to impl package
  • Mark internal code @InternalApi and private[connector]
  • Move documentation example code to packages docs.javadsl and docs.scaladsl
  • Make settings to be non-case classes
@ennru ennru added the p:solr label Jul 4, 2018
2m pushed a commit that referenced this issue Feb 14, 2019
## Fixes

Fixes #1307, #1090, #964

## Purpose

Apply the desired code layout to the Solr connector.

* Writing accepts only collection types `java.util.List<WriteMessage<T, PT>>` and `scala.collection.immutable.Seq[WriteMessage[T, PT]]` (was `mutable.Seq` before) 
* Rename `IncomingMessage` to `WriteMessage` with the same style of factory methods as for Elasticsearch (the somewhat non-standard factories in `IncomingUpsertMessage` are still there to ease migration)
* Rename `OutgoingMessage` to `WriteResult`
* Committing to Solr is now documented (and shown in the examples)
@2m 2m added this to the 1.0-M3 milestone Feb 14, 2019
@2m 2m closed this as completed Feb 14, 2019
@2m 2m added the api-change label Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants