Joseph Daniel

Results 9 issues of Joseph Daniel

**Describe the solution you'd like** Currently, we have to re-create a Reader if we want to subscribe to a new topic, this is perfectly fine when only subscribed to a...

enhancement

**Is your feature request related to a problem? Please describe.** The use-case stems from having a topic per tenant. Currently, I'd have to manually create a source configuration per tenant...

enhancement

It'd be useful for cases like these: https://github.com/piqueserver/piqueserver/blob/61530fbd850bc24eb7ee021ef31297906b5cfce6/piqueserver/server.py#L819-L820 I'm not sure how it's interface should be. Couple of ideas: ```python send_chat = deprecated("send_chat is deprecated use broadcast_chat instead.", broadcast_chat) ```...

easy
refactoring

TODO: - [ ] redo auth limit system - [ ] fix string formatting issues - [ ] Figure out how it'll be pluggable(scripts?) - [ ] Move authbackend into...

PR: refactoring
WIP

zip or tar ball of the config directory on the release page would be nice. Intended use case: people getting started with our published docker image(can't do --copy-config) and pique...

distribution

https://gitter.im/piqueserver/piqueserver?at=5a80cd0ab3c4a0d3760e0012

refactoring

## Problem I often tend to get `tk delete` into a hanging state or a cryptic "exit status 1", usually due to issues like these: https://github.com/kubernetes/kubernetes/issues/93392. I have to manually...

The current stable(1.9.0) release still doesn't have https://github.com/etaty/rediscala/commit/aac07d28aadf876c68d33b4042ea205a5f32c8db this fix.