david-streamlio commented on issue #97: URL: https://github.com/apache/pulsar-connectors/issues/97#issuecomment-4938825014
Fixed in #96 (merged 2026-07-10). `AerospikeAbstractSink.write()` now builds the bin with `Value.get(...)` instead of `Value.getAsBlob(...)`, so writes no longer hit the disabled object serializer in `aerospike-client-bc:4.5.0`. Verified the fix is on master (`AerospikeAbstractSink.java:97`), and #96's integration test (`AerospikeStringSinkIntegrationTest`) exercises a real write/read round-trip against an Aerospike CE container. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
