wu-sheng commented on code in PR #11365: URL: https://github.com/apache/skywalking/pull/11365#discussion_r1365599917
########## graal/graal-server-starter/src/main/java/org/apache/skywalking/graal/SkywalkingFeature.java: ########## @@ -0,0 +1,75 @@ +package org.apache.skywalking.graal; + +import org.apache.kafka.clients.consumer.RangeAssignor; +import org.apache.skywalking.library.elasticsearch.response.Document; +import org.apache.skywalking.library.elasticsearch.response.Documents; +import org.apache.skywalking.library.elasticsearch.response.Index; +import org.apache.skywalking.library.elasticsearch.response.IndexTemplate; +import org.apache.skywalking.library.elasticsearch.response.IndexTemplates; +import org.apache.skywalking.library.elasticsearch.response.Mappings; +import org.apache.skywalking.library.elasticsearch.response.NodeInfo; +import org.apache.skywalking.library.elasticsearch.response.search.SearchHit; +import org.apache.skywalking.library.elasticsearch.response.search.SearchHits; +import org.apache.skywalking.library.elasticsearch.response.search.SearchResponse; +import org.apache.skywalking.oap.server.analyzer.agent.kafka.module.KafkaFetcherConfig; +import org.apache.skywalking.oap.server.core.query.input.Duration; +import org.apache.skywalking.oap.server.storage.plugin.banyandb.BanyanDBStorageConfig; +import org.apache.skywalking.oap.server.storage.plugin.elasticsearch.StorageModuleElasticsearchConfig; +import org.graalvm.nativeimage.hosted.Feature; +import org.graalvm.nativeimage.hosted.RuntimeReflection; + +import java.util.Arrays; +import java.util.List; + +public class SkywalkingFeature implements Feature { Review Comment: Please add comments to explain what this is about. ```suggestion public class SkyWalkingFeature implements Feature { ``` `skywalking` should always be `SkyWalking`. -- 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: notifications-unsubscr...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org