Skip to content
#

kafka-consumer

Here are 601 public repositories matching this topic...

fowlerp-qlik
fowlerp-qlik commented Feb 11, 2022

We need the option to read from the beginning of a partition. Something along the lines of https://stackoverflow.com/questions/49723182/kafka-consumer-seektobeginning but the parallel consumer does not expose seekToBeginning() or assignment(). Is it possible to expose these or provide an overall wrapper for seekToBeginning()?

enhancement good first issue medium
ocadaruma
ocadaruma commented Nov 5, 2021
  • Task batching is a common-pattern that many Decaton users often implement by their own
    • i.e. Batching several tasks of type T to List<T> and process them at once. e.g. when downstream-DB supports batching I/O (which often very efficient)
    • Batch-flushing should be done in time-based and size-based.
  • So it's better to provide BatchingProcessor built-in to meet the common needs
good first issue
eCupcakesFactoryOnContainers

"eCupcakesFactoryOnContainers" is based on a simplified "Microservices" architecture and docker containers. Core intent of this reference application is to provide reference implementation for .Net developers to easily get started with containerized microservices using .Net Core and Kafka.

  • Updated Jan 5, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the kafka-consumer 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 kafka-consumer topic, visit your repo's landing page and select "manage topics."

Learn more