You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] Test akka.stream.alpakka.solr.SolrTest.solrInputDocumentStream failed: java.lang.AssertionError: expected:<[Akka Concurrency, Akka in Action, Effective Akka, Learning Scala, Programming in Scala, Scala Puzzlers, Scala for Spark in Production]> but was:<[Akka Concurrency, Akka in Action, Effective Akka, Learning Scala, Programming in Scala]>, took 2.831 sec
[error] at akka.stream.alpakka.solr.SolrTest.solrInputDocumentStream(SolrTest.java:133)
[error] ...
[debug] Test akka.stream.alpakka.solr.SolrTest.solrInputDocumentStream finished, took 2.833 sec
## 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)
#1306
The text was updated successfully, but these errors were encountered: