Results 79 comments of Valentyn Berezin

@bnw FYI we have released Docker image with server ``` docker run -p 8090:8090 adorsys/open-banking-gateway-hbci-sandbox-server:0.19.1 ``` and HBCI endpoint will be available at `http://localhost:8090/hbci-mock` Known issues: Wrong sequence numbers sometimes...

@jzy3d I've created small test https://github.com/valb3r/jzy3d-api/blob/5618f53b6f4d9dcd14ca33791e6d482b300de48f/jzy3d-tests-java9/src/test/java/org/jzy3d/performance_jmh/TriangleRendering.java Currently it does not seem that avoiding method calls helps, as probably JIT simply inlines those methods: ``` Benchmark Mode Cnt Score Error Units...

> Is this x2 factor an estimate or did you already try? I've tested that on M1 Air with Apple Silicon, went from 120ms to 60ms per frame when I...

@electronicpeter As you have a webhook, this means payment was accepted as soon as you got 202. And until redirect was not done - payment was not authorized. So you...

@francis-pouatcha @DG0lden Hi all, here is the consent access level model of XS2A interface of BerlinGroup (`allPsd2` has more power than `allAccounts` and it can do everything `allAccounts` can do):...

@DanielMawioo Thanks for the feedback! There is no public SNAPSHOT repository. It looks like you are trying to use OBG from develop branch, if it is really what you want...

@minakh1993 You can't generate OpenFeign client for OpenBankingGateway?

@tnein I can go with it but in general, I would expect that we will need to have a more flexible load balancer. The current environment is no-go for production...

Integrated `online` and `synchronous` smartanalytics mode

@scherenhaenden Thanks for feedback, it will get fixed with https://github.com/adorsys/open-banking-gateway/pull/1305