You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a reactive app we use a library that needs an aerospikeTemplate configured, but AerospikeDataAutoConfiguration has a @ConditionalOnMissingClass("com.aerospike.client.reactor.IAerospikeReactorClient") and will not create one.
The text was updated successfully, but these errors were encountered:
In a reactive app we use a library that needs an
aerospikeTemplate
configured, butAerospikeDataAutoConfiguration
has a@ConditionalOnMissingClass("com.aerospike.client.reactor.IAerospikeReactorClient")
and will not create one.The text was updated successfully, but these errors were encountered: