markmckeown commented on code in PR #4923: URL: https://github.com/apache/polaris/pull/4923#discussion_r3608293854
########## runtime/defaults/src/main/resources/application.properties: ########## @@ -179,6 +179,29 @@ polaris.file-io.type=default # quarkus.otel.logs.enabled=true # quarkus.otel.exporter.otlp.endpoint=http://otlp-collector:4317 +# Kafka event listener settings +# Publishes polaris events to Kafka topic. The key for the Kafka record is +# the event id, a UUID, while the value of the record is a map of key values. +# The keys included in the map depend on the type of event but includes "event_type", +# "table_name", "namespace", "table_identifier", "view_identifier", +# "view_name", "namespace_name", "catalog_name", "realm_id", "principal", +# "activated_roles", "timestamp" (milliseconds from epoch), "request_id" +# and "source" and "destination" for a table rename event. The values are Strings +# except for "timestamp" which is an integer and for "activated_roles" which is +# an array of Strings. +# As the key is a UUID to ensure FIFO order for the Kafka stream a +# single Kafka partition should be used. Review Comment: See https://github.com/apache/polaris/pull/4923/changes/BASE..f4220a688ce2d4b928bb1e9c270234bbd3d51950#diff-6927c3cb80a81f34bcdf0afb38000664a0ba41aff50124288a29f6e6dc75e899R28 - let me know if you would like some changes around this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
