sebastianneubauer

Results 5 issues of sebastianneubauer

as this is the import name this name would stick for a long time, if not changed now... Suggestions: * kafka-streams * py-kafka-streams

question

If there are multiple concurrent identical requests one can trigger a server error due to a race condition: ``` [...] in create_postgres_db cur.execute(create_role) IntegrityError: duplicate key value violates unique constraint...

The returned json after a GET request and after a creation of a resource with POST is not the same. This might confuse users (e.g. `postgraas_instance_id` and `id`)

bug
help wanted
easy

Automated backup and restore would be a really useful feature. It can be quite easily implemented using https://github.com/wal-e/wal-e A first running proof-of-concept of a dockerized postgres with wal-e backup is...

enhancement

Make it explicit, which version of the postgres will be started. Currently, just "postgres" gets started, so it is not clear which tag of the image Furthermore this could also...

enhancement
help wanted
easy