- #29
d3c8fc0
Thanks @floydspace! - define UnknownProducerError and use it as fallback for all errors happend in producer engine
-
#29
d3c8fc0
Thanks @floydspace! - Poll and retry in case QueueFull error raised -
#20
4c5f113
Thanks @floydspace! - implement an ability to catch errors raised in MessageRouter handler
- #25
21df29a
Thanks @floydspace! - fix esm distro
d9a8d4d
Thanks @floydspace! - fix bug in internal types
- #22
42f2df9
Thanks @floydspace! - Improve build configuration, expose sub packages and fix optional peer dependencies bug, closes #21
-
#18
64bbd83
Thanks @floydspace! - proxy more config options for rdkafka -
7bd1b0c
Thanks @floydspace! - implement in memory kafka instance, closes #9
0ef48b3
Thanks @floydspace! - forward rdkafka logs, useLogger.withMinimumLogLevel
to enable desired log levels, closes #11
-
b72be89
Thanks @floydspace! - fix bug when message offered to the queue was not suspended in case of back pressure -
b72be89
Thanks @floydspace! - add layerConfig for kafka instance implementations
4783992
Thanks @floydspace! - rename producersend
assendScoped
, and define differentsend
signature
af964dd
Thanks @floydspace! - allow wider range of kafka engines versions
-
dd8dea2
Thanks @floydspace! - remove unnecessary peer to @effect/platform -
16610c1
Thanks @floydspace! - run consumer scoped
5f5b329
Thanks @floydspace! - fix consumer layers usage
-
c2902e0
Thanks @floydspace! - - renameMessagePayload
toConsumerRecord
similar how it is named inzio-kafka
- handle message batches manually
-
#4
f5d97d2
Thanks @floydspace! - implement stream consumer allow handling commits manually
-
ce326b9
Thanks @floydspace! - implement more clean layer configuration, add confluent kafka examples -
801815b
Thanks @floydspace! - improve connection error handling -
58a3803
Thanks @floydspace! - implement producer
ea84542
Thanks @floydspace! - release first prototype