mneethiraj commented on code in PR #147:
URL: https://github.com/apache/ranger/pull/147#discussion_r875445325
##########
tagsync/src/main/java/org/apache/ranger/tagsync/process/TagSyncConfig.java:
##########
@@ -120,7 +121,7 @@ public class TagSyncConfig extends Configuration {
private static final int DEFAULT_TAGSYNC_SINK_MAX_BATCH_SIZE = 1;
private static final String TAGSYNC_SINK_MAX_BATCH_SIZE_PROP =
"ranger.tagsync.dest.ranger.max.batch.size";
-
+ private static final String
TAGSYNC_ATLAS_REST_SOURCE_REQUESTED_ENTITIES_LIMIT_MAX =
"ranger.tagsync.source.atlasrest.requested.entities.limit.max";
Review Comment:
I suggest to rename the property to:
ranger.tagsync.source.atlasrest.entities.batch.size
--
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]