Stateful functions 2.2 and stop with savepoint

2021-02-27 Thread Meissner, Dylan
I have an embedded function with a SinkFunction as an egress, implemented as this pseudo-code: val serializationSchema = KafkaSchemaSerializationSchema(... props required to use a Confluent Schema Registry with Avro, auth etc ...) return SinkFunctionSpec(EGRESS_ID, FlinkKafkaProducer(serializati

Re: Stateful functions 2.2 and stop with savepoint

2021-02-28 Thread Meissner, Dylan
12:31 AM To: user@flink.apache.org ; Meissner, Dylan Subject: Re: Stateful functions 2.2 and stop with savepoint Hi, Thanks for reporting. I think it is a Flink bug and have created FLINK-21522 for it. You could track progress there. FLINK-21522: https://issues.apache.org/jira/browse/FLINK-

Re: Using Prometheus Client Metrics in Flink

2021-02-28 Thread Meissner, Dylan
Hi Rion, Regarding the question about adding Prometheus labels out of the box. This is common ask of all exporters, but Prometheus philosophy sees this as an "anti-pattern" as the metrics source can often be ambivalent about context. See [0] for example of such a discussion. Instead, we can es

Re: Stateful functions 2.2 and stop with savepoint

2021-03-08 Thread Meissner, Dylan
Piotr Nowojski Sent: Thursday, March 4, 2021 7:03 AM To: Kezhu Wang Cc: Meissner, Dylan ; user@flink.apache.org Subject: Re: Stateful functions 2.2 and stop with savepoint It doesn't change much ;) There is a known issue of stopping with savepoint and stateful functions not working [1]. Th

Re: Exact S3 Permissions to allow a flink job to use s3 for checkpointing

2021-09-24 Thread Meissner, Dylan
Thomas, I use only these actions for checkpoints and savepoints: s3:GetObject, s3:PutObject, s3:DeleteObject, and s3:ListBucket Cheers, Dylan From: Guowei Ma Sent: Friday, September 24, 2021 12:47 AM To: Thomas Wang Cc: user Subject: Re: Exact S3 Permissions to

Re: Using the official flink operator and kubernetes secrets

2022-05-04 Thread Meissner, Dylan
Flink deployment resources support env interpolation natively using $() syntax. I expected this to "just work" like other resources when using the operator, but it does not. https://kubernetes.io/docs/tasks/inject-data-application/_print/#use-environment-variables-to-define-arguments job: jar

Re: Using pre-registered schemas with avro-confluent-registry format is not possible

2023-06-30 Thread Meissner, Dylan via user
This comes up when the Schema Registry has authorization capabilities. A producing application may not be authorized to call “register” when another principal owns the schema subject, for example in organizations with strong schema governance practices. When ConfluentSchemaRegistryCoder.writeSch

Re: Using pre-registered schemas with avro-confluent-registry format is not possible

2023-07-14 Thread Meissner, Dylan via user
“getId()”. To solve this for everyone, the Confluent schema coder should honor Confluent’s “auto.register.schemas” property in SchemaCoder. From: Schmeier, Jannik Date: Tuesday, July 11, 2023 at 4:43 AM To: Meissner, Dylan , Martijn Visser Cc: Schwalbe Matthias , user@flink.apache.org Subject