faust icon indicating copy to clipboard operation
faust copied to clipboard

Python Stream Processing. A Faust fork

Results 183 faust issues
Sort by recently updated
recently updated
newest added

## Checklist - [X] I have included information about relevant versions - [X] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...

## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...

Version: [v0.10.21](https://github.com/faust-streaming/faust/releases/tag/v0.10.21) Using [debugging mode](https://faust-streaming.github.io/faust/userguide/debugging.html) inside a container is impossible because the console host is not parametrized. Faust CLI allows specifying `aiomonitor` console port using the `--console-port` parameter. Unfortunately, since...

Thanks for all the people continuing to support this project, unfortunately I run into a critical bug in my system: ## Checklist - [x] I have included information about relevant...

enhancement

## Steps to reproduce The actual topic, agent, table should not matter. The issue is with the web request. I only included the agent, table, etc in case something about...

## Checklist - [X] I have included information about relevant versions - [X] I have verified that the issue persists when using the `master` branch of Faust. ## Expected behavior...

documentation
enhancement

## Steps to reproduce `table = app.Table('test-table', key_type=str, value_serializer='my_serializer', default=SomeModel)` ## Expected behavior According to [the docs](https://faust.readthedocs.io/en/latest/userguide/tables.html#table-serialization) we should be able to specify our own table serializer. ## Actual behavior...

documentation
good first issue

## Checklist - [X] I have included information about relevant versions - [X] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...

When using @app.page and returning value of faust.Records object as self.json(object_name) response is returned with **Content-Type: application/json** instead of **Content-Type: application/json; charset=utf-8** even tho faust claims that it uses utf-8...

## Checklist - [X] I have included information about relevant versions - [X] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...

enhancement