Alexander Fedulov
Alexander Fedulov
### Description Some charts explicitly rely on configuration being provided via the `--set-file` option: https://github.com/helm/charts/blob/master/stable/grafana/templates/dashboards-json-configmap.yaml There was already an issue with a proposed workaround, but as you can see in...
I ran out of space on my hard drive, had to clean up and reboot and the search index is gone. I would like to debug what has happened and...
This is a trivial docs fix.
## What is the purpose of the change Implements [FLIP-238](https://cwiki.apache.org/confluence/display/FLINK/FLIP-238%3A+Introduce+FLIP-27-based+Data+Generator+Source) ## Brief change log Adds a new FLIP-27-based source for data generation. ## Verifying this change Added integration and unit...
**Describe the bug** ``` new PulsarKafkaProducer( props, new StringSerializer(), new StringSerializer()); ``` fails with ``` org.apache.kafka.common.config.ConfigException: Missing required configuration "key.serializer" which has no default value. ``` Similarly, PulsarKafkaConsumer fails with...