5 commented on code in PR #205:
URL: https://github.com/apache/cassandra-sidecar/pull/205#discussion_r1996212351


##########
conf/sidecar.yaml:
##########
@@ -148,6 +148,7 @@ schema_reporting:                            # Schema 
Reporting configuration
   endpoint:         http://localhost/schema  # Endpoint address for schema 
reporting
   method:           PUT                      # HTTP verb to use for schema 
reporting
   retries:          3                        # Number of times a failing 
schema report is retried
+  delay:            1m                       # Delay before a failing schema 
report is retried

Review Comment:
   Renamed `retries` into `max_retries` and `delay` into `retry_delay` 
everywhere for consistency with the rest of configuration.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to