use of org.bf2.admin.kafka.systemtest.utils.MetricsUtils in project kafka-admin-api by bf2fc6cc711aee1a0c2a.
the class RecordEndpointOAuthTestIT method setup.
@BeforeEach
void setup() {
String token = tokenUtils.getToken(UserType.OWNER.getUsername());
topicUtils = new TopicUtils(config, token);
topicUtils.deleteAllTopics();
recordUtils = new RecordUtils(config, token);
metricsUtils = new MetricsUtils(metricsUrl);
}
use of org.bf2.admin.kafka.systemtest.utils.MetricsUtils in project kafka-admin-api by bf2fc6cc711aee1a0c2a.
the class RestOAuthTestIT method setup.
@BeforeEach
void setup() {
String token = tokenUtils.getToken(UserType.OWNER.getUsername());
topicUtils = new TopicUtils(config, token);
topicUtils.deleteAllTopics();
this.metricsUtils = new MetricsUtils(metricsUrl);
}
Aggregations