András Czigány

Results 23 comments of András Czigány

I think generically if transactions (or sessions or whatever similar) is supported by a driver (and configured in case of the mongodb driver), then the `SetVersion/Run/SetVersion` commands inside `Migrate.runMigrations` should...

We are hitting a similar issue with mongodb for which the root cause is that while the mongo dockr image runs its initscripts it is accepting external connections. As the...

Would you be interested in something like https://github.com/brandur/redis-cell? This practically shifts the rate limit algorithm implementation from the service to Redis, but I think could be implemented with minimal effort.

I am not 100% sure as I did not try it on cluster, but based on https://github.com/brandur/redis-cell/issues/30, either it is already working or needs minimal tweaks.

I will try to address this in a PR then.

Also I would propose to not silently omit if someone tries to configure something which is not understood by kubeless, but log a warning at least. I could not find...

Sure, I can address this via a PR, although I think the breaking changes should be explored and explained in the release docs, so I try to come up with...

The k8s API update is quite a complex thing. All the triggers need updates too.

@andresmgot I succeeded with the k8s API update, but because the triggers and kubeless are in a circular dependency, I am not sure how can I submit PRs for this....

If I understand the codebase correctly two binaries are built from the kubeless repository: the function-controller and the cli. Would it make sense to extract the cli from the Kubeless...