Implement stackdriver integration in AuditEventServiceImpl class (common-service)
Failure scenario: throw an exception from
postAuditLogEvent(AuditLogEvent eventEnum, AuditLogEventRequest auditRequest)
and add a exception handler method in GlobalExceptionHandlerclass
AuditEventServiceImpl
class (common-service)postAuditLogEvent(AuditLogEvent eventEnum, AuditLogEventRequest auditRequest)
and add a exception handler method inGlobalExceptionHandler
class