dalcorta
dalcorta
As a user I want to deploy my user code deployment into a local s3 compatible bucket. I installed a rook-ceph using the following doc [Rook Ceph Doc](https://rook.io/docs/rook/latest-release/Storage-Configuration/Object-Storage-RGW/object-storage/) ... I...
The plugin doesn't support XSD 1.1. I have a schema with the tag. When I execute the plugin the following error appears org.xml.sax.SAXParseException: s4s-elt-invalid-content.1: The content of 'schema' is invalid....
Hazelcast Operator Version: v5.10.0 Hazelcast CR: ``` apiVersion: hazelcast.com/v1alpha1 kind: Hazelcast metadata: name: hazelcast-cluster namespace: xrox-hazelcast spec: agent: repository: docker.io/hazelcast/platform-operator-agent version: 0.1.22 clusterName: xrox clusterSize: 3 exposeExternally: discoveryServiceType: LoadBalancer memberAccess:...
As a user, I need to make the Jdbc Sink be able to call stored procedures. This is not a difficult task, just need to modify [WriteJdbcP](https://github.com/hazelcast/hazelcast-jet/blob/60c713a718df89fdccedbf34aadcdcb953ae92a6/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/connector/WriteJdbcP.java#L210) replace with this...