The Wayback Machine - https://web.archive.org/web/20210616200657/https://github.com/topics/fs2
Skip to content
#

fs2

Here are 154 public repositories matching this topic...

vangogh500
vangogh500 commented Jun 11, 2021

Hi in the past BlazeClientConfig had some documentation on the configurables:
https://http4s.org/v0.20/api/org/http4s/client/blaze/blazeclientconfig

These were super helpful for teams using this library as it gave insight into the inner workings of the client without having to do a full dive into the codebase.

Seems like the documentation was not included when moving to `BlazeClientBuilde

vlovgr
vlovgr commented Oct 11, 2019

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]].

Improve this page

Add a description, image, and links to the fs2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fs2 topic, visit your repo's landing page and select "manage topics."

Learn more