Michael Gasch

Results 46 issues of Michael Gasch

Acceptance criteria: - [ ] Docker compose file w/ hardcoded image versions (SHA) - [ ] Github actions to use the same file - [ ] Documentation Ref: #963

Currently only one VAPI batch operation is supported, i.e. [attach-tag-to-multiple-objects](https://code.vmware.com/apis/366/vsphere-automation/VMware-vSphere-Automation-SDK-REST-6.7.0/docs/apidocs/operations/com/vmware/cis/tagging/tag_association.attach_tag_to_multiple_objects-operation.html). This VAPI operation returns a `200` even in case of partial tagging operation failures. This can lead to inconsistencies when...

area/vapi
lifecycle/frozen

## What is your idea? This has come up in several user discussions, especially around change data capture (CDC) that is often used with EventBridge Pipes and EventBridge Kafka Sink...

enhancement

## What is your idea? Discussed with @baldawar that it would be nice to know, e.g. in `README.md` whether it's preferable to pattern match on envelop (first-level) fields only or...

enhancement

Closes: #296 Description ----------- Test Steps ----------- Checklist: ---------- - [ ] I have tested my changes. No regression in existing tests. - [ ] I have modified and/or added...

## What is your idea? Add https://hub.docker.com/r/apache/kafka to pipeline ## Would you be willing to make the change? Yes ## Additional context Add any other context (such as images, docs,...

enhancement

Discussed with @agebhar1 yesterday that there might be optimization we can do in the JSON (de)serialization path and `jackson` might be overkill for our task. Tracking this as an issue...

## What is your idea? Implement a custom topic naming strategy based on a specified event (Record) field. For example, given the following Kafka Record `value` (JSON-encoded): ```json { "order_id":...

enhancement