Reverts 5 commits that migrated service to V3 (image, MySQL version, probe paths, Hibernate dialect, HTTPRoute path).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Required by eventManagerServiceV2 for Kafka topic routing.
Without this, EventManager fails to initialize on first request.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Empty JSON '{}' caused event-manager TopicSettingServlet to fail during
Kafka producer initialization. Set correct format: {"events":["GCP_KAFKA"]}
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
INSERT IGNORE ensures idempotency on re-deploy (PK: entity_type, entity_value, property_type).
Required by eventManagerServiceV2 at startup for TopicSettingServlet.refreshTopicSettings().
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>