quix-streams icon indicating copy to clipboard operation
quix-streams copied to clipboard

Python stream processing for Kafka

Results 66 quix-streams issues
Sort by recently updated
recently updated
newest added

# Problem The example of the custom timestamp extractor [here](https://quix.io/docs/quix-streams/windowing.html#extracting-timestamps-from-messages) doesn't have all the required imports, which makes it hard to copy them to the code. The code samples should...

documentation

This is the PR with the autogenerated documentation

documentation

Trigger some type checking tool (like mypy, pylance, etc) during "Lint" step

code-quality

After merging #420 , implement a Source that accepts a callable and returns an iterable to be used for testing. Example: ``` from quixstreams import Application from quixstreams.sources.iterable import IterableSource...

enhancement
connector

Updates the requirements on [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) to permit the latest version. Release notes Sourced from confluent-kafka's releases. v2.5.3 confluent-kafka-python v2.5.3 v2.5.3 is a maintenance release with the following fixes and enhancements:...

dependencies