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

EntryTest.java:54-56: Tests to produce-consume data.... #236

Closed
0pdd opened this issue Apr 6, 2023 · 16 comments · Fixed by #286
Closed

EntryTest.java:54-56: Tests to produce-consume data.... #236

0pdd opened this issue Apr 6, 2023 · 16 comments · Fixed by #286
Assignees
Labels
bug Something isn't working @h1alexbel pdd

Comments

@0pdd
Copy link
Collaborator

0pdd commented Apr 6, 2023

The puzzle 81-60413ccb from #81 has to be resolved:

* @todo #81 Tests to produce-consume data.
* Write a test which will be check how consumer
* reads data from producer.

The puzzle was created by @l3r8yJ on 06-Apr-23.

role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

@0pdd 0pdd added bug Something isn't working pdd labels Apr 6, 2023
@h1alexbel h1alexbel self-assigned this Apr 9, 2023
@l3r8yJ
Copy link
Member

l3r8yJ commented Apr 28, 2023

@h1alexbel am I correct in understanding that this is the last issue for the 1.3 release?

@h1alexbel h1alexbel added this to the EO-Kafka 0.1.3 milestone Apr 28, 2023
@h1alexbel
Copy link
Member

@l3r8yJ 0.1.3

@h1alexbel
Copy link
Member

/in

@h1alexbel
Copy link
Member

h1alexbel commented May 3, 2023

Producer send fails:

[Producer clientId=producer-1] Error while fetching metadata with correlation id 1 : {TEST-TOPIC=LEADER_NOT_AVAILABLE}

@l3r8yJ
Copy link
Member

l3r8yJ commented May 3, 2023

@h1alexbel yes, it's from #81, still don't know what's wrong

@h1alexbel
Copy link
Member

I'm investigating what's wrong with producer

@h1alexbel
Copy link
Member

I bet it's a network problem

@h1alexbel
Copy link
Member

h1alexbel commented May 3, 2023

@l3r8yJ problem gone

image

this code helps:

final AdminClient admin = AdminClient.create(
      ImmutableMap.of(AdminClientConfig.BOOTSTRAP_SERVERS_CONFIG, EntryTest.servers)
    );
final Collection<NewTopic> topics =
      Collections.singletonList(
        new NewTopic("TEST-TOPIC", 1, (short) 1)
      );
    admin.createTopics(topics)
      .all().get(30L, TimeUnit.SECONDS);

@l3r8yJ
Copy link
Member

l3r8yJ commented May 3, 2023

@h1alexbel nice!

@h1alexbel
Copy link
Member

h1alexbel commented May 3, 2023

@l3r8yJ our API has a few bugs, I tested all of the stuff on vanilla Kafka API, and succeeded.
For now, I can submit it with vanilla API and create a ticket to refactor it with EO-Kafka API.

WDYT?

@l3r8yJ
Copy link
Member

l3r8yJ commented May 3, 2023

@h1alexbel sure, we need to fix them all, waiting to your puzzles

@0pdd
Copy link
Collaborator Author

0pdd commented May 4, 2023

@0pdd 4 puzzles #287, #288, #289, #290 are still not solved.

@0pdd
Copy link
Collaborator Author

0pdd commented May 8, 2023

@0pdd 3 puzzles #304, #305, #306 are still not solved; solved: #287, #288, #289, #290.

@0pdd
Copy link
Collaborator Author

0pdd commented May 19, 2023

@0pdd 2 puzzles #304, #306 are still not solved; solved: #287, #288, #289, #290, #305.

@0pdd
Copy link
Collaborator Author

0pdd commented May 22, 2023

@0pdd the puzzle #304 is still not solved; solved: #287, #288, #289, #290, #305, #306.

@0pdd
Copy link
Collaborator Author

0pdd commented Jun 29, 2023

@0pdd all 7 puzzles are solved here: #287, #288, #289, #290, #304, #305, #306.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @h1alexbel pdd
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants