ver: 1.42.0 deploy on: k8s
In my business system, the absence of subscribers is a reasonable phenomenon, and sometimes there may be situations of backpressure. Does it mean that Aeron is not applicable to my business system?
During the "publication.offer()", I occasionally get this error, I don't know how it came about?
const std::int64_t result = publication->offer(srcBuffer, 0, messageLen);
// the result equals -3 ( ADMIN_ACTION )
// Offer failed because of an administration action in the system
- Perfectly solving the problem of back pressure in my business system.
- Resolve errors generated during offer call.