Skip to content
View osi's full-sized avatar

Sponsoring

@hachyderm

Organizations

@webbit
Block or Report

Block or report osi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. SQS receiver using Project Reactor SQS receiver using Project Reactor
    1
    import com.amazonaws.services.sqs.AmazonSQS;
    2
    import com.amazonaws.services.sqs.model.AmazonSQSException;
    3
    import com.amazonaws.services.sqs.model.Message;
    4
    import com.amazonaws.services.sqs.model.ReceiveMessageRequest;
    5
    import org.slf4j.Logger;
  2. a R2DBC Connection Factory that give... a R2DBC Connection Factory that gives connections a unique name and logs their creation and closure
    1
    import io.r2dbc.spi.Batch;
    2
    import io.r2dbc.spi.Connection;
    3
    import io.r2dbc.spi.ConnectionFactory;
    4
    import io.r2dbc.spi.ConnectionFactoryMetadata;
    5
    import io.r2dbc.spi.ConnectionMetadata;
  3. a PostgreSQLContainer for use in Tes... a PostgreSQLContainer for use in TestContainer-integrated builds that allows simulating a restart of the database.
    1
    import com.github.dockerjava.api.command.CreateContainerCmd;
    2
    import com.github.dockerjava.api.model.RestartPolicy;
    3
    import org.springframework.util.SocketUtils;
    4
    import org.testcontainers.containers.PostgreSQLContainer;
    5
    import org.testcontainers.containers.output.OutputFrame;
  4. heysync heysync Public

    transparent messaging passing in java using jetlang

    Java 10 7