INSERT INTO topic_throttled_metrics( cluster_id, topic_name, app_id, produce_throttled, fetch_throttled ) VALUES ( #{topicThrottledMetricsDO.clusterId}, #{topicThrottledMetricsDO.topicName}, #{topicThrottledMetricsDO.appId}, #{topicThrottledMetricsDO.produceThrottled}, #{topicThrottledMetricsDO.fetchThrottled} )