Roman Kaufmann

Results 14 comments of Roman Kaufmann

I had similar problems on getting started with combining Polymer and redux. Therefore I started to incorporate it into a small demo application. Still work in progress and it also...

Another possible solution would be to exchange your webview and use the crosswalk project for that (https://crosswalk-project.org/). It provides you a state of the art rendering engine (ES6 included) across...

+1 Just ran into the same problem. Thanks. Looking forward to the merge. :-)

Hi, I had the same problem when I implemented my last firebase app with login-fire. Basically the firebase API has everything implemented. Whenever a sign up or sign in is...

You can work around this by using this SMT: https://docs.confluent.io/platform/current/connect/transforms/regexrouter.html

Should fix issue #3

Not sure if it still helps - you can use the RegexRouter to change the topic name before it is written to Elastic: https://docs.confluent.io/platform/current/connect/transforms/regexrouter.html We use this a couple of...

@jliunyu Sorry for the late reply. Here is a short example I reduced from one of our running connectors: ```{ "name": "my-elastic-connector", "config": { "connector.class": "io.confluent.connect.elasticsearch.ElasticsearchSinkConnector", "transforms": "changeIndexName", "topics": "original.topic.name",...