fs2
Here are 139 public repositories matching this topic...
-
Updated
Jan 19, 2021 - Scala
-
Updated
Dec 5, 2020 - Scala
-
Updated
Jan 16, 2021 - Scala
Similarly to #234, it would be useful to provide functions for creating test KafkaProducers.
A good first function would be one which yields somewhat sensible default RecordMetadata.
object KafkaProducer {
def unit[F[_], K, V](implicit F: Sync[F]): F[KafkaProducer[F, K, V]] = ???
}Likely, this would require some internal state, hence F[KafkaProducer[F, K, V]].
-
Updated
Jan 1, 2021 - Scala
-
Updated
Jan 5, 2019 - Scala
-
Updated
Mar 16, 2020 - Scala
-
Updated
Nov 29, 2020 - Scala
-
Updated
Jan 21, 2021 - Scala
-
Updated
Jan 16, 2021 - Scala
-
Updated
Jun 19, 2018 - Scala
-
Updated
Jan 11, 2021 - Scala
-
Updated
Jul 4, 2019 - Scala
Move to Circle CI
Currently Travis doesn't provide openjdk 8 out of the box on bionic (see laserdisc-io/laserdisc#170). It's probably time to consider Circle CI (or even Github Actions) for the builds and investigate if it can solve the problem.
Add microsite
-
Updated
Mar 27, 2018
Sometimes it might be useful to know what event triggered what state. The internals of the various EventState implementations should be flexible enough to handle this option. In particular, this change would require rethinking the idea of an "initial state" to always require some incoming event. For the default case where there is no initial event, it can be modeled internally using Option[E]
-
Updated
May 5, 2019 - Scala
-
Updated
Dec 7, 2020 - Scala
-
Updated
Jan 23, 2021 - Scala
-
Updated
Nov 6, 2019 - Scala
-
Updated
Jan 23, 2021 - Scala
-
Updated
Jun 15, 2018 - Scala
-
Updated
Jan 23, 2021 - Scala
Improve this page
Add a description, image, and links to the fs2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fs2 topic, visit your repo's landing page and select "manage topics."
Like #4232, but for keypool.