We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af44a42 commit 1b3d369Copy full SHA for 1b3d369
ydb-cookbook/src/main/java/tech/ydb/examples/SimpleExample.java
@@ -1,18 +1,7 @@
1
package tech.ydb.examples;
2
3
-import java.time.Duration;
4
-
5
import tech.ydb.auth.iam.CloudAuthHelper;
6
-import tech.ydb.core.Result;
7
-import tech.ydb.core.Status;
8
import tech.ydb.core.grpc.GrpcTransport;
9
-import tech.ydb.scheme.SchemeClient;
10
-import tech.ydb.scheme.description.DescribePathResult;
11
-import tech.ydb.topic.TopicClient;
12
-import tech.ydb.topic.description.Codec;
13
-import tech.ydb.topic.description.Consumer;
14
-import tech.ydb.topic.description.SupportedCodecs;
15
-import tech.ydb.topic.settings.CreateTopicSettings;
16
17
18
/**
0 commit comments