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

producer-api #10

Closed
h1alexbel opened this issue Feb 19, 2023 · 8 comments
Closed

producer-api #10

h1alexbel opened this issue Feb 19, 2023 · 8 comments
Labels
feature New feature to implement

Comments

@h1alexbel
Copy link
Member

No description provided.

h1alexbel pushed a commit that referenced this issue Feb 21, 2023
@h1alexbel
Copy link
Member Author

h1alexbel commented Feb 23, 2023

producer API is ready to go.
Actual implementation:

final Producer<String, String> producer =
      new KfProducer<>(
        new KfProducerSettings<String, String>(
          new XMLDocument(
            new File("${xml file}")
          )
        ).producer()
      );
    producer.send(
      "key-0",
      new KfData<>(
        "test-0",
        "testing",
        1
      )
    );

#39 will be implemented after constructing consumer api: #25 , #41

cc:
@l3r8yJ

@h1alexbel
Copy link
Member Author

h1alexbel commented Feb 23, 2023

also, maybe we need to put some examples of API usage in README; #36

h1alexbel pushed a commit that referenced this issue Feb 23, 2023
h1alexbel pushed a commit that referenced this issue Feb 23, 2023
h1alexbel pushed a commit that referenced this issue Feb 23, 2023
h1alexbel pushed a commit that referenced this issue Feb 23, 2023
@h1alexbel h1alexbel added the feature New feature to implement label Feb 24, 2023
@h1alexbel h1alexbel mentioned this issue Feb 24, 2023
@0pdd
Copy link
Collaborator

0pdd commented Feb 24, 2023

@h1alexbel the puzzle #44 is still not solved.

@0pdd
Copy link
Collaborator

0pdd commented May 4, 2023

@h1alexbel 2 puzzles #292, #293 are still not solved; solved: #44.

@0pdd
Copy link
Collaborator

0pdd commented Jun 12, 2023

@h1alexbel 3 puzzles #292, #293, #364 are still not solved; solved: #44.

@0pdd
Copy link
Collaborator

0pdd commented Jun 13, 2023

@h1alexbel 2 puzzles #292, #293 are still not solved; solved: #364, #44.

@0pdd
Copy link
Collaborator

0pdd commented Jun 14, 2023

@h1alexbel the puzzle #373 is still not solved; solved: #292, #293, #364, #44.

@0pdd
Copy link
Collaborator

0pdd commented Jun 15, 2023

@h1alexbel all 5 puzzles are solved here: #292, #293, #364, #373, #44.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature to implement
Projects
None yet
Development

No branches or pull requests

2 participants