Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving 2 tests from KafkaMP to KafkaSE #1918

Merged
merged 2 commits into from
Jun 13, 2020

Conversation

jbescos
Copy link
Member

@jbescos jbescos commented Jun 2, 2020

This should solve the issues of that disabled 2 tests, because there is no other consumer in the moment we get the uncommitted events from Kafka.

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
@romain-grecourt
Copy link
Contributor

@danielkec is this PR ready to be merged ?

Map<String, Object> config = new HashMap<>();
config.put("bootstrap.servers", KAFKA_SERVER);
config.put("key.serializer", LongSerializer.class.getName());
config.put("value.serializer", StringSerializer.class.getName());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This config seems not to be used anywhere

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to remove it. Now that config is in AbstractKafkaTest.produceAndCheck

Map<String, Object> config = new HashMap<>();
config.put("bootstrap.servers", KAFKA_SERVER);
config.put("key.serializer", LongSerializer.class.getName());
config.put("value.serializer", StringSerializer.class.getName());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here too

@danielkec
Copy link
Contributor

I have ran it 1564 times locally and it seems super stable 👍

@danielkec danielkec added the messaging Reactive Messaging label Jun 12, 2020
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
@danielkec danielkec self-assigned this Jun 13, 2020
@danielkec danielkec added this to the 2.0.0 milestone Jun 13, 2020
@danielkec danielkec merged commit fbf5984 into helidon-io:master Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
messaging Reactive Messaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants