sikevux opened a new pull request, #27:
URL: https://github.com/apache/solr-sandbox/pull/27
This change adds a human readable `toString` function to `KafkaCrossDcConf`.
Instead of seeing messages like this:
```
Configurations org.apache.solr.crossdc.common.KafkaCrossDcConf@7953c5d9
```
We now get:
```
Configurations KafkaCrossDcConf{topicName='topic1',
enableDataEncryption='false', bootstrapServers='127.0.0.1:57559',
slowSubmitThresholdInMillis='0', numOfRetries='5',
solrZkConnectString='null'}
```
--
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]